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






