API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / LockedMountingAreaPositions Property

In This Topic
    LockedMountingAreaPositions Property
    In This Topic
    Get all locked mounting area positions of the part.
    Syntax
    public MDPartLockedMountingAreaPosition[] LockedMountingAreaPositions {get;}
    public:
    property array<MDPartLockedMountingAreaPosition^>^ LockedMountingAreaPositions {
       array<MDPartLockedMountingAreaPosition^>^ get();
    }
    Remarks
    The part has to have set product top group: mechanic and product group: housing to be able to store locked mounting area positions.
    See Also