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

RemoveAssemblyPosition Method
Removes the given assembly position from the part.
Syntax
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