Given an index, returns the element in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgEntityPosition |
[C#] |
---|
public IAgEntityPosition this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgEntityPosition^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, IAgEntityPosition* ppPosition ); |
[Java] |
---|
public IAgEntityPosition getItem( int Index ); |
- Index