Group a collection of objects

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public DependencyObject GroupObjects(
	ICollection collection
)
Visual Basic
Public Function GroupObjects ( _
	collection As ICollection _
) As DependencyObject
JScript
public function GroupObjects(
	collection : ICollection
) : DependencyObject

Parameters

collection
Type: System.Collections..::..ICollection
the objects to group

Return Value

the new group that has been created

Remarks

The collection could contain objects of type ModelVisual3D or object of type Model3DGroup

See Also