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

RemoveMountingPanelPosition Method
Removes the given mounting panel position from the part.
Syntax
public void RemoveMountingPanelPosition( 
   MDPartMountingPanelPosition mountingPanelPos
)

Parameters

mountingPanelPos
Exceptions
ExceptionDescription
Thrown if mountingPanelPos is null.
See Also