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

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