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





Windows & Linux

Description

Retrieves an event from the collection by index.

Syntax

[Visual Basic .NET]
Public Function GetItemByIndex( _
    ByVal Index As Integer _
) As IAgCrdnEvent
[C#]
public IAgCrdnEvent GetItemByIndex(
    int Index
);
[Managed C++]
public: IAgCrdnEvent^ GetItemByIndex(
    int Index
);
[Unmanaged C++]
public: HRESULT GetItemByIndex(
    int Index,
    IAgCrdnEvent ** ppRetVal
);
[Java]
public IAgCrdnEvent getItemByIndex(
    Integer Index
);
[Python - STK API ]
def GetItemByIndex(self, Index:int) -> "IAgCrdnEvent":

Parameters

Index
Specify an index of an event.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.