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





Windows & Linux

Description

Returns the index of a query in the collection. Returns -1 if the query does not exist.

Syntax

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

Parameters

pQuery

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.