Move an object to a specific position

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

Syntax

C#
public void MoveTo(
	Point3D position,
	ICollection collection,
	Align3DType align
)
Visual Basic
Public Sub MoveTo ( _
	position As Point3D, _
	collection As ICollection, _
	align As Align3DType _
)
JScript
public function MoveTo(
	position : Point3D, 
	collection : ICollection, 
	align : Align3DType
)

Parameters

position
Type: System.Windows.Media.Media3D..::..Point3D
the new position for the object
collection
Type: System.Collections..::..ICollection
align
Type: Ico.Gwx..::..Align3DType
specify how to align the object to the new position

See Also