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

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