DxfImage.RemoveEntity

DxfImage.RemoveEntity method

Removes entity.

public override void RemoveEntity(CadBaseEntity entity)
ParameterTypeDescription
entityCadBaseEntityEntity to add.

Exceptions

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

See Also