Gets or sets a value that indicates the zoom factor above 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 HideWhenZoomMoreThan { get; set; } |
Visual Basic |
---|
Public Property HideWhenZoomMoreThan As Double Get Set |
JScript |
---|
function get HideWhenZoomMoreThan () : double function set HideWhenZoomMoreThan (value : double) |