Switch to an object view

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

Syntax

C#
public void SwitchToObjectView(
	string name,
	double duration
)
Visual Basic
Public Sub SwitchToObjectView ( _
	name As String, _
	duration As Double _
)
JScript
public function SwitchToObjectView(
	name : String, 
	duration : double
)

Parameters

name
Type: System..::..String
The name of the object to zoom to
duration
Type: System..::..Double
The duration for the zoom animation in milliseconds

See Also