Switch to a custom view

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

Syntax

C#
public void SwitchToCustomView(
	Camera cam,
	Vector3D offset,
	double duration
)
Visual Basic
Public Sub SwitchToCustomView ( _
	cam As Camera, _
	offset As Vector3D, _
	duration As Double _
)
JScript
public function SwitchToCustomView(
	cam : Camera, 
	offset : Vector3D, 
	duration : double
)

Parameters

cam
Type: System.Windows.Media.Media3D..::..Camera
The camera to zoom to
offset
Type: System.Windows.Media.Media3D..::..Vector3D
The offset of the camera
duration
Type: System..::..Double
The duration for the zoom animation in milliseconds

See Also