API Help
Eplan.EplApi.DataModel Namespace / Properties Class / AllSymbolReferencePropIDs Property

In This Topic
    AllSymbolReferencePropIDs Property
    In This Topic
    Returns an array of all property ids which can exist for SymbolReference objects.
    Syntax
    public static AnyPropertyId[] AllSymbolReferencePropIDs {get;}
    public:
    static property array<AnyPropertyId^>^ AllSymbolReferencePropIDs {
       array<AnyPropertyId^>^ get();
    }
    See Also