Gets the ShapeFile at the spcified index
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As ShapeFile Get |
C# |
---|
public ShapeFile this[ int index ] { get; } |
Visual C++ |
---|
public: property ShapeFile^ default[int index] { ShapeFile^ get (int index); } |
JavaScript |
---|
function get_item(index); |
Parameters
- index
- Type: System..::..Int32