'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the layer should only be shown if the current zoom factor is in the Min/Max Zoom factor range specified by the MinShowZoomFactor and MaxShowZoomFactor properties")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property EnableShowInZoomRange As System.Boolean
'Usage
Dim instance As NLayer Dim value As System.Boolean instance.EnableShowInZoomRange = value value = instance.EnableShowInZoomRange
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the layer should only be shown if the current zoom factor is in the Min/Max Zoom factor range specified by the MinShowZoomFactor and MaxShowZoomFactor properties")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool EnableShowInZoomRange {get; set;}