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

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