API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointPosition Class / DualSleeve Property

In This Topic
    DualSleeve Property
    In This Topic
    Defines whether you want to use duel sleeves for the connection point when two connections lead to this connection point.
    Syntax
    public bool DualSleeve {get; set;}
    public:
    property bool DualSleeve {
       bool get();
       void set (    bool value);
    }
    See Also