API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / RemoveLockedMountingAreaPosition Method

RemoveLockedMountingAreaPosition Method
Removes the given locked mounting area position from the part.
Syntax
public void RemoveLockedMountingAreaPosition( 
   MDPartLockedMountingAreaPosition lockedMountingAreaPos
)

Parameters

lockedMountingAreaPos
Exceptions
ExceptionDescription
Thrown if lockedMountingAreaPos is null.
See Also