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

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