STK Real-Time Tracking ToolSend 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
);
[Unmanaged C++]
public: HRESULT Move(
    IAgRt3Query * pQuery,
    long Index
);
[Java]
public void move(
    IAgRt3Query pQuery,
    int Index
);

Parameters

pQuery
Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.