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






