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

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