Class constructor.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Navigation3DControlSwitch(
	double interSwitchIntervalMS,
	NavigationMode3D initialNavigationMode
)
Visual Basic
Public Sub New ( _
	interSwitchIntervalMS As Double, _
	initialNavigationMode As NavigationMode3D _
)
JScript
public function Navigation3DControlSwitch(
	interSwitchIntervalMS : double, 
	initialNavigationMode : NavigationMode3D
)

Parameters

interSwitchIntervalMS
Type: System..::..Double
Required time in milliseconds between 3D navigation mode switches.This must be a value greater than zero. Otherwise, the value of 1000 ms (1 s) is set by default.
initialNavigationMode
Type: Ico.Windows.Media.Media3D..::..NavigationMode3D
Navigation mode that the application wants the switch to start in. If this is not a valid navigation mode, the orbit 3D navigation mode is set by default.

See Also