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






