CADability dotNET
Removes a GeoObject from the model. If the GeoObject doesnt belong to this model it will be ignored.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void Remove(
	IGeoObject ToRemove
)
Visual Basic
Public Sub Remove ( _
	ToRemove As IGeoObject _
)
Visual C++
public:
virtual void Remove(
	IGeoObject^ ToRemove
) sealed

Parameters

ToRemove
Type: CADability.GeoObject..::..IGeoObject
GeoObject to remove

Implements

IGeoObjectOwner..::..Remove(IGeoObject)

See Also