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

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