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

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