AGI Real-Time Tracking Tool 11 Send comments on this topic.
OnQueryMoved Method (AgRt3EntityManager)
See Also 
Sender
Query
OldIndex
NewIndex





Description

Event triggered when a query is reordered.

Syntax

[Visual Basic .NET]
Public Sub OnQueryMoved( _
   ByVal Sender As AgRt3QueryCollection, _
   ByVal Query As IAgRt3Query, _
   ByVal OldIndex As Integer, _
   ByVal NewIndex As Integer _
) 

[C#]
public void OnQueryMoved(
AgRt3QueryCollection Sender,
IAgRt3Query Query,
int OldIndex,
int NewIndex
);

[Managed C++]
public: void OnQueryMoved(
AgRt3QueryCollection ^ Sender,
IAgRt3Query ^ Query,
int OldIndex,
int NewIndex
);

[Java]
public  onQueryMoved(
AgRt3QueryCollection Sender,
IAgRt3Query Query,
int OldIndex,
int NewIndex
);

[Unmanaged C++]
public: HRESULT OnQueryMoved(
AgRt3QueryCollection * Sender,
IAgRt3Query * Query,
long OldIndex,
long NewIndex
);

Parameters

Sender
Query
OldIndex
NewIndex

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1