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

In This Topic
    RemoveAssemblyPosition Method
    In This Topic
    Removes the given assembly position from the part.
    Syntax
    public void RemoveAssemblyPosition( 
       MDPartAssemblyPosition assemblyPos
    )
    public:
    void RemoveAssemblyPosition( 
       MDPartAssemblyPosition^ assemblyPos
    ) 

    Parameters

    assemblyPos
    Exceptions
    ExceptionDescription
    Thrown if assemblyPos is null.
    Remarks
    The part has to be a Type: Enums.Assembly to be able to store asssembly positions.
    See Also