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

In This Topic
    RemoveSafetyRelatedValuePosition Method
    In This Topic
    Removes the given safety related value position from the part.
    Syntax
    public void RemoveSafetyRelatedValuePosition( 
       MDPartSafetyRelatedValuePosition safetyRelatedValuePos
    )
    public:
    void RemoveSafetyRelatedValuePosition( 
       MDPartSafetyRelatedValuePosition^ safetyRelatedValuePos
    ) 

    Parameters

    safetyRelatedValuePos
    Exceptions
    ExceptionDescription
    Thrown if safetyRelatedValuePos is null.
    See Also