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

In This Topic
    RemoveMountingPanelPosition Method
    In This Topic
    Removes the given mounting panel position from the part.
    Syntax
    public void RemoveMountingPanelPosition( 
       MDPartMountingPanelPosition mountingPanelPos
    )
    public:
    void RemoveMountingPanelPosition( 
       MDPartMountingPanelPosition^ mountingPanelPos
    ) 

    Parameters

    mountingPanelPos
    Exceptions
    ExceptionDescription
    Thrown if mountingPanelPos is null.
    See Also