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

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