Moves a query in the collection to the specified index.
[Visual Basic .NET] |
---|
Public Sub Move( _ ByVal pQuery As IAgRt3Query, _ ByVal Index As Integer _ ) |
[C#] |
---|
public void Move( IAgRt3Query pQuery, int Index ); |
[Managed C++] |
---|
public: void Move( IAgRt3Query ^ pQuery, int Index ); |
[Unmanaged C++] |
---|
public: HRESULT Move( IAgRt3Query * pQuery, long Index ); |
[Java] |
---|
public void move( IAgRt3Query pQuery, int Index ); |
- pQuery
- Index