STK Real-Time Tracking ToolSend comments on this topic.
IndexOf Method (IAgRt3EventDefinitionCollection)
See Also
pEvent
Windows





Windows & Linux

Description

Returns the index of an event in the collection. Returns -1 if the event does not exist.

Syntax

[Visual Basic .NET]
Public Function IndexOf( _
    ByVal pEvent As IAgRt3EventDefinition _
) As Integer
[C#]
public int IndexOf(
    IAgRt3EventDefinition pEvent
);
[Managed C++]
public: int IndexOf(
    IAgRt3EventDefinition ^ pEvent
);
[Unmanaged C++]
public: HRESULT IndexOf(
    IAgRt3EventDefinition * pEvent,
    long * pIndex
);
[Java]
public int indexOf(
    IAgRt3EventDefinition pEvent
);

Parameters

pEvent

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.