Returns an element of the collection at the specified position.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVORefCrdn this[ int Index ] {get;} |
| [Managed C++] |
|---|
public: __property IAgVORefCrdn^ get_Item( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVORefCrdn getItem( int Index ); |
[Python - STK API ] |
|---|
@property def Item(self) -> "IAgVORefCrdn": |
- Index






