CADability dotNET
Adds the given IGeoObject to this container.

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

Syntax

C#
void Add(
	IGeoObject toAdd
)
Visual Basic
Sub Add ( _
	toAdd As IGeoObject _
)
Visual C++
void Add(
	IGeoObject^ toAdd
)

See Also