Given an index, returns an element in the collection. If the index is an integer, then the method returns the element in the collection at the given position. If the index is a string, then the method returns the element with the specified name.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgEOIRShape this[ int Index ] {get;} |
| [Managed C++] |
|---|
public: __property IAgEOIRShape^ get_Item( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgEOIRShape getItem( int Index ); |
[Python - STK API ] |
|---|
@property def Item(self) -> "IAgEOIRShape": |
- Index






