Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / Level Property

In This Topic
    Level Property (ConnectionPointPosition)
    In This Topic
    Level in a multi-level terminal.
    Syntax
    public int Level {get; set;}
    public:
    property int Level {
       int get();
       void set (    int value);
    }
    Remarks
    This property should be changed only for terminals. In other cases can cause abnormal behavior of local connection position points list.
    See Also