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






Windows & Linux

Description

Moves a query in the collection to the specified index.

Syntax

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

[Java]
public  move(
IAgRt3Query pQuery,
int Index
);

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

Parameters

pQuery
Index

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface