Given an index, returns the element in the collection.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgEntityPosition this[ int Index ] {get;} |
| [Managed C++] |
|---|
public: __property IAgEntityPosition^ get_Item( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgEntityPosition getItem( int Index ); |
- Index





