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