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