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

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