AGI Real-Time Tracking Tool 11 Send comments on this topic.
OnEntityManagerShowLabels Method (IAgRt3EntityManagerEvents)
See Also 
Sender
Windows






Windows & Linux

Description

Triggered when the query display state changes for labels.

Syntax

[Visual Basic .NET]
Public Sub OnEntityManagerShowLabels( _
   ByVal Sender As IAgRt3EntityManager _
) 

[C#]
public void OnEntityManagerShowLabels(
IAgRt3EntityManager Sender
);

[Managed C++]
public: void OnEntityManagerShowLabels(
IAgRt3EntityManager ^ Sender
);

[Java]
public  onEntityManagerShowLabels(
IAgRt3EntityManager Sender
);

[Unmanaged C++]
public: HRESULT OnEntityManagerShowLabels(
IAgRt3EntityManager * Sender
);

Parameters

Sender

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface