Returns the index of a query in the
collection. Returns -1 if the query does not exist.
| [Visual Basic .NET] |
|---|
Public Function IndexOf( _
ByVal pQuery As IAgRt3Query _
) As Integer
|
| [C#] |
|---|
public int IndexOf(
|
| [Managed C++] |
|---|
public: int IndexOf(
|
| [Java] |
|---|
public int indexOf(
|
| [Unmanaged C++] |
|---|
public: HRESULT IndexOf(
|
- pQuery