Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DisplayConfigurationsController<T> Class / DefaultDisplayConfiguration Property
In This Topic
    DefaultDisplayConfiguration Property
    In This Topic
    Gets or sets the default display configuration.
    Syntax
    public T DefaultDisplayConfiguration {get; set;}
    Exceptions
    ExceptionDescription
    Argument is null.
    The exception that is thrown when no project is open.
    Remarks
    Returns null if no default display configuration is set. Resetting the default display configuration by assigning a null value is not allowed.
    See Also