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