Method to get a ShapeFile layer at the specified index

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

Syntax

Visual Basic
Public Function GetLayer ( _
	index As Integer _
) As ShapeFile
C#
public ShapeFile GetLayer(
	int index
)
Visual C++
public:
ShapeFile^ GetLayer(
	int index
)
JavaScript
function getLayer(index);

Parameters

index
Type: System..::..Int32
zero-based index of layer to return

Return Value

The requested ShapeFile layer

See Also