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






