STK Real-Time Tracking ToolSend comments on this topic.
OnShowModels Event (AgRt3QueryGraphics)
See Also
Sender
Windows






Windows & Linux

Description

Triggered when the query display state changes for entity models.

Syntax

[Visual Basic .NET]
Public Event OnShowModels( _
    ByVal Sender As IAgRt3QueryGraphics _
) 
[C#]
public void OnShowModels(
    IAgRt3QueryGraphics Sender
);
[Managed C++]
public: void OnShowModels(
    IAgRt3QueryGraphics ^ Sender
);
[Java]
public void onShowModels(
    IAgRt3QueryGraphics Sender
);
[Unmanaged C++]
public: HRESULT OnShowModels(
    IAgRt3QueryGraphics * Sender
);

Parameters

Sender

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.