Eplan Platform API
Eplan.EplApi.DataModel Namespace / Properties Class / AllProtectedGroupPropIDs Property

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