Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / DisplayConfigurationsController<T> Class / CreateDisplayConfiguration Method
Name of the new display configuration. (Must be unique.)
In This Topic
    CreateDisplayConfiguration Method
    In This Topic
    Create new display configuration.
    Syntax
    public T CreateDisplayConfiguration( 
       string name
    )

    Parameters

    name
    Name of the new display configuration. (Must be unique.)

    Return Value

    Created display configuration.
    Exceptions
    ExceptionDescription
    Argument is null.
    Thrown when display configuration with name already exists.
    The exception that is thrown when no project is open.
    Remarks
    All properties will be set to the default values.
    See Also