CadImageRemoveEntityAt Method

Removes entity by its position.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public void RemoveEntityAt(
	int position
)

Parameters

position
Type: SystemInt32
Position to remove entity from.
See Also