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

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