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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1