Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / SymbolVariant Class / ConnectionPoints Property

In This Topic
    ConnectionPoints Property (SymbolVariant)
    In This Topic
    An array of symbol's connection points
    Syntax
    public PinBase[] ConnectionPoints {get;}
    public:
    property array<PinBase^>^ ConnectionPoints {
       array<PinBase^>^ get();
    }
    See Also