Given an index, returns an element in the collection.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgAvtrStation this[ int index ] {get;} |
| [Managed C++] |
|---|
public: __property IAgAvtrStation^ get_Item( int index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgAvtrStation getItem( int index ); |
| [Python - STK API] |
|---|
@property def Item(self) -> "IAgAvtrStation": |
- index





