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

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