STK Vector Geometry ToolSend comments on this topic.
GetItemByIndex Method (IAgCrdnEventIntervalCollectionGroup)
See Also
Index
Specify an index of an event interval.
Windows





Windows & Linux

Description

Retrieves an event interval from the collection by index.

Syntax

[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":

Parameters

Index
Specify an index of an event interval.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.