AGI Real-Time Tracking Tool 11 Send comments on this topic.
IndexOf Method (IAgRt3QueryCollection)
See Also 
pQuery





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
);

[Java]
public int indexOf(
IAgRt3Query pQuery
);

[Unmanaged C++]
public: HRESULT IndexOf(
IAgRt3Query * pQuery,
long * ReturnValue
);

Parameters

pQuery

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1