Perform the ungroup of each individual object in the collection

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

Syntax

C#
public void UngroupObjects(
	ICollection collection
)
Visual Basic
Public Sub UngroupObjects ( _
	collection As ICollection _
)
JScript
public function UngroupObjects(
	collection : ICollection
)

Parameters

collection
Type: System.Collections..::..ICollection
the collection of objects to ungroup

Remarks

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

See Also