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






