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






Windows & Linux

Description

Triggered when the query display state changes.

Syntax

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

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

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

[Java]
public  onEntityManagerShowMarkers(
IAgRt3EntityManager Sender
);

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

Parameters

Sender

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface