returns the javascript code in order to zoom in to the map (X2)

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Protected ReadOnly Property ZoomInClientJS As String
	Get
C#
protected string ZoomInClientJS { get; }
Visual C++
protected:
property String^ ZoomInClientJS {
	String^ get ();
}
JavaScript
function get_zoomInClientJS();

See Also