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

In This Topic
    MaxWireCount Property (ConnectionPointPosition)
    In This Topic
    Maximum number of wires that can be connected.
    Syntax
    public int MaxWireCount {get; set;}
    public:
    property int MaxWireCount {
       int get();
       void set (    int value);
    }
    See Also