Gets or sets a value that indicates the zoom factor below which the layer will be hidden.

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

Syntax

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

See Also