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( IAgRt3Query pQuery ); |
[Managed C++] |
---|
public: int IndexOf( IAgRt3Query ^ pQuery ); |
[Unmanaged C++] |
---|
public: HRESULT IndexOf( IAgRt3Query * pQuery, long * pIndex ); |
[Java] |
---|
public int indexOf( IAgRt3Query pQuery ); |
- pQuery