Distribute a collection of objects in the 3D space
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void DistributeObjects(
Distribute3DType distributeType,
ICollection collection,
DependencyObject head
) |
Visual Basic |
---|
Public Sub DistributeObjects ( _
distributeType As Distribute3DType, _
collection As ICollection, _
head As DependencyObject _
) |
JScript |
---|
public function DistributeObjects(
distributeType : Distribute3DType,
collection : ICollection,
head : DependencyObject
) |
Parameters
- distributeType
- Type: Ico.Gwx..::..Distribute3DType
the type of distribution to apply
- collection
- Type: System.Collections..::..ICollection
a collection containing the objects to distribute
- head
- Type: System.Windows..::..DependencyObject
the head object
See Also