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

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