DxfImage.RemoveEntity

DxfImage.RemoveEntity method

Removes entity.

public override void RemoveEntity(CadEntityBase entity)
ParameterTypeDescription
entityCadEntityBaseEntity to add.

Exceptions

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

See Also