Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DisplayConfigurationsController<T> Class / ExportDisplayConfiguration Method
Display configuration to export.
Path to the directory where to save the exported file.
Custom file name. If not filled the name of the display configuration is used as the file name.
In This Topic
    ExportDisplayConfiguration Method
    In This Topic
    Export selected display configuration to a file.
    Syntax
    public string ExportDisplayConfiguration( 
       T displayConfiguration,
       string directoryPath,
       string customFileName
    )

    Parameters

    displayConfiguration
    Display configuration to export.
    directoryPath
    Path to the directory where to save the exported file.
    customFileName
    Custom file name. If not filled the name of the display configuration is used as the file name.

    Return Value

    Full path to the exported file.
    Exceptions
    ExceptionDescription
    Argument is null.
    This directory was not found.
    The operation was not successful.
    The exception that is thrown when no project is open.
    See Also