Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DisplayConfigurationsController<T> Class / ImportDisplayConfiguration Method
Full path to the exported display configuration file.
In This Topic
    ImportDisplayConfiguration Method
    In This Topic
    Import display configuration from a file.
    Syntax
    public T ImportDisplayConfiguration( 
       string path
    )

    Parameters

    path
    Full path to the exported display configuration file.

    Return Value

    Imported display configuration.
    Exceptions
    ExceptionDescription
    Argument is null.
    This file was not found.
    The exception that is thrown when the file has the wrong extension.
    The operation was not successful.
    The exception that is thrown when no project is open.
    See Also