Custom views that are used to change the current zoom and pan when selected by the user.

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

Syntax

C#
public GwxCustomViews CustomViews { get; set; }
Visual Basic
Public Property CustomViews As GwxCustomViews
	Get
	Set
JScript
function get CustomViews () : GwxCustomViews
function set CustomViews (value : GwxCustomViews)

See Also