API Help
Eplan.EplApi.MasterData Namespace / MDSymbolVariant Class / SymbolConnectionPoints Property

In This Topic
    SymbolConnectionPoints Property
    In This Topic
    A read only list of all MDSymbolConnectionPoints from the variant.
    Syntax
    public MDSymbolConnectionPoint[] SymbolConnectionPoints {get;}
    public:
    property array<MDSymbolConnectionPoint^>^ SymbolConnectionPoints {
       array<MDSymbolConnectionPoint^>^ get();
    }

    Property Value

    All symbol connection points of the symbol variant
    See Also