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

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