Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / TerminalDesignation Class / ChangeLevelDesignation Method
Name of the level. You can use for example: "2" or "Level 2".
New designation of the level.
In This Topic
    ChangeLevelDesignation Method
    In This Topic
    Set the designation of the level.
    Syntax
    public void ChangeLevelDesignation( 
       string level,
       string newDesignation
    )

    Parameters

    level
    Name of the level. You can use for example: "2" or "Level 2".
    newDesignation
    New designation of the level.
    Exceptions
    ExceptionDescription
    Thrown when the terminal does not contain the desired level.
    See Also