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

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