API Help
Eplan.EplApi.MasterData Namespace / MDConnectionPointPosition Class / Level Property

In This Topic
    Level Property (MDConnectionPointPosition)
    In This Topic
    The level of the connection point
    Syntax
    public int Level {get; set;}
    public:
    property int Level {
       int get();
       void set (    int value);
    }
    See Also