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






Windows & Linux

Description

Triggered when the query display state changes for entity labels.

Syntax

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

Parameters

Sender

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.