Stack 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 StackObjects(
Stack3DType stackType,
ICollection collection,
DependencyObject head
) |
Visual Basic |
---|
Public Sub StackObjects ( _
stackType As Stack3DType, _
collection As ICollection, _
head As DependencyObject _
) |
JScript |
---|
public function StackObjects(
stackType : Stack3DType,
collection : ICollection,
head : DependencyObject
) |
Parameters
- stackType
- Type: Ico.Gwx..::..Stack3DType
the type of stack to apply
- collection
- Type: System.Collections..::..ICollection
a collection containing the objects to stack
- head
- Type: System.Windows..::..DependencyObject
the head object
See Also