Gets / Sets the Min Zoom level before the layer is rendered.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Property MinZoomLevel As Single
	Get
	Set
C#
public float MinZoomLevel { get; set; }
Visual C++
public:
property float MinZoomLevel {
	float get ();
	void set (float value);
}
JavaScript
function get_minZoomLevel();
function set_minZoomLevel(value);

Remarks

Use this property in conjunction with MaxZoomLevel to control whether a layer is rendered as a map is zoomed in and out.

This property will be ignored if it is set to a number less than 0

See Also