Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / GraphicalConnectionPoints Property

In This Topic
    GraphicalConnectionPoints Property
    In This Topic
    An array of the symbols's connection points
    Syntax
    public PinBase[] GraphicalConnectionPoints {get;}
    public:
    property array<PinBase^>^ GraphicalConnectionPoints {
       array<PinBase^>^ get();
    }

    Property Value

    Array of PinBase objects.
    See Also