Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DecorationController Class / ImportDecorations Method
Full path to the file with exported decoration set.
In This Topic
    ImportDecorations Method
    In This Topic
    Imports decoration set from specified file
    Syntax
    public void ImportDecorations( 
       string inputFilePath
    )

    Parameters

    inputFilePath
    Full path to the file with exported decoration set.
    Remarks
    If you import decorations with UvP formulas, make sure you import Decoration to the same type of setting as these Decorations were exported from. Otherwise UvP formulas will not be valid for the other type of setting. Providing a filepath with wrong extension (.hpdds is correct one) will throw an exception as well as providing non existing file.
    See Also