Align 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 AlignObjects(
Align3DType alignType,
ICollection collection,
DependencyObject head
) |
Visual Basic |
---|
Public Sub AlignObjects ( _
alignType As Align3DType, _
collection As ICollection, _
head As DependencyObject _
) |
JScript |
---|
public function AlignObjects(
alignType : Align3DType,
collection : ICollection,
head : DependencyObject
) |
Parameters
- alignType
- Type: Ico.Gwx..::..Align3DType
the type of alignment to perform
- collection
- Type: System.Collections..::..ICollection
a collection containing the objects to align
- head
- Type: System.Windows..::..DependencyObject
the head object
See Also