Method to get a ShapeFile layer at the specified index
Namespace:
EGIS.Web.ControlsAssembly: 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