STK Real-Time Tracking ToolSend comments on this topic.
OnQueryRemoved Method (IAgRt3QueryCollectionEvents)
See Also
Sender
Query
Windows





Windows & Linux

Description

Event triggered when a query is removed.

Syntax

[Visual Basic .NET]
Public Sub OnQueryRemoved( _
    ByVal Sender As IAgRt3QueryCollection, _
    ByVal Query As IAgRt3Query _
)
[C#]
public void OnQueryRemoved(
    IAgRt3QueryCollection Sender,
    IAgRt3Query Query
);
[Managed C++]
public: void OnQueryRemoved(
    IAgRt3QueryCollection ^ Sender,
    IAgRt3Query ^ Query
);
[Unmanaged C++]
public: HRESULT OnQueryRemoved(
    IAgRt3QueryCollection * Sender,
    IAgRt3Query * Query
);
[Java]
public void onQueryRemoved(
    IAgRt3QueryCollection Sender,
    IAgRt3Query Query
);

Parameters

Sender
Query

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.