Gets or sets a value that indicates the zoom factor below which the layer will be hidden.
Namespace: Ico.GwxAssembly: 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) |