DxfImage.RemoveObject

DxfImage.RemoveObject method

Removes enity.

public void RemoveObject(CadBaseObject obj)
ParameterTypeDescription
objCadBaseObjectObject to remove.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when object is null
NotSupportedExceptionThrown if removing of the current object is not implemented

See Also