Retrieves an Stk object element from the collection by index.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkObject GetItemByIndex( int Index ); |
| [Managed C++] |
|---|
public: IAgStkObject^ GetItemByIndex( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkObject getItemByIndex( Integer Index ); |
[Python - STK API ] |
|---|
def GetItemByIndex(self, Index:int) -> "IAgStkObject": |
- Index






