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

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