Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DecorationController Class / ExportDecorations Method
Full path to the file where decoration set will be exported.
In This Topic
    ExportDecorations Method
    In This Topic
    Exports decoration set to specified file
    Syntax
    public void ExportDecorations( 
       string outputFilePath
    )

    Parameters

    outputFilePath
    Full path to the file where decoration set will be exported.
    Remarks
    Providing a filepath with wrong extension (.hpdds is correct one) will throw an exception as well as providing already existing file.
    See Also