API Help
Eplan.EplApi.DataModel Namespace / NetDefinitionPoint Class / NetConnectionPoints Property

In This Topic
    NetConnectionPoints Property
    In This Topic
    Returns all PinBase objects of NetDefinitionPoint
    Syntax
    public PinBase[] NetConnectionPoints {get;}
    public:
    property array<PinBase^>^ NetConnectionPoints {
       array<PinBase^>^ get();
    }

    Property Value

    All PinBases defined in NetDefinitionPoint
    See Also