Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPart Class / RemoveDoorPosition Method

RemoveDoorPosition Method
Removes the given DoorPosition from the part.
Syntax
public void RemoveDoorPosition( 
   MDDoorPosition doorPos
)

Parameters

doorPos
Exceptions
ExceptionDescription
Thrown if doorPos is null.
See Also