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






