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

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