Switches to the custom view with the specified name.

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

Syntax

C#
public void SetCustomView(
	string viewName
)
Visual Basic
Public Sub SetCustomView ( _
	viewName As String _
)
JScript
public function SetCustomView(
	viewName : String
)

Parameters

viewName
Type: System..::..String
The name of a custom view to switch to.

See Also