Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Nailboard Class / ApplyDisplayConfiguration Method
Nailboard display configuration to apply.
In This Topic
    ApplyDisplayConfiguration Method (Nailboard)
    In This Topic
    Apply selected display configuration to this drawing.
    Syntax
    public override void ApplyDisplayConfiguration( 
       EntityInfo nailboardDisplayConfiguration
    )

    Parameters

    nailboardDisplayConfiguration
    Nailboard display configuration to apply.
    Exceptions
    ExceptionDescription
    The object is in invalid state. Obtain a new one.

    Internal error of HpD or HpD API.

    IMPORTANT: Throwing this exception changes HpD Api's state to Failed.

    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    Argument is null.
    See Also