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

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