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

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