CADability dotNET
Removes a list of GeoObjects from this model. Objects that dont belong to the model will be ignored.

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

Syntax

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

Parameters

ToRemove
Type: CADability.GeoObject..::..GeoObjectList
List of GeoObjects to be removed

See Also