API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / RemovePart Method

RemovePart Method
Removes the given part from the parts database.
Syntax
public void RemovePart( 
   MDPart part
)

Parameters

part
Exceptions
ExceptionDescription
If part is null.
See Also