CADability dotNET
Removes the given IGeoObject from this container.

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

Syntax

C#
void Remove(
	IGeoObject toRemove
)
Visual Basic
Sub Remove ( _
	toRemove As IGeoObject _
)
Visual C++
void Remove(
	IGeoObject^ toRemove
)

Parameters

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

See Also