zooms to selected record bounds in zero based layer on the map

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

Syntax

Visual Basic
Public Sub ZoomToSelection ( _
	shapefileIndex As Integer _
)
C#
public void ZoomToSelection(
	int shapefileIndex
)
Visual C++
public:
void ZoomToSelection(
	int shapefileIndex
)
JavaScript
function zoomToSelection(shapefileIndex);

Parameters

shapefileIndex
Type: System..::..Int32

See Also