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

RemoveSafetyRelatedValuePosition Method
Removes the given safety related value position from the part.
Syntax
public void RemoveSafetyRelatedValuePosition( 
   MDPartSafetyRelatedValuePosition safetyRelatedValuePos
)

Parameters

safetyRelatedValuePos
Exceptions
ExceptionDescription
Thrown if safetyRelatedValuePos is null.
See Also