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

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