Group a collection of objects
Namespace: Ico.GwxAssembly: 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 createdRemarks
The collection could contain objects of type ModelVisual3D or object of type Model3DGroup