Swtich to a favorite view
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SwitchToFavorite(
string name,
double duration
) |
Visual Basic |
---|
Public Sub SwitchToFavorite ( _
name As String, _
duration As Double _
) |
JScript |
---|
public function SwitchToFavorite(
name : String,
duration : double
) |
Parameters
- name
- Type: System..::..String
Favorite view name
- duration
- Type: System..::..Double
The duration for the zoom animation in milliseconds
See Also