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

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