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