API Help
Eplan.EplApi.DataModel Namespace / Connection Class / SymbolReferences Property

In This Topic
    SymbolReferences Property
    In This Topic
    This method returns an array of SymbolReferences objects that belong to a connection . This may for example be T-pieces or corners. Also beginning and end are returned.
    Syntax
    public SymbolReference[] SymbolReferences {get;}
    public:
    property array<SymbolReference^>^ SymbolReferences {
       array<SymbolReference^>^ get();
    }
    See Also