CADability dotNET

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

Syntax

C#
public void AddRange(
	ICollection ObjectsToAdd
)
Visual Basic
Public Sub AddRange ( _
	ObjectsToAdd As ICollection _
)
Visual C++
public:
void AddRange(
	ICollection^ ObjectsToAdd
)

Parameters

ObjectsToAdd
Type: System.Collections..::..ICollection

See Also