AGI Real-Time Tracking Tool 11 Send comments on this topic.
ShowMarkers Property (IAgRt3EntityManager)
See Also 
Windows






Windows & Linux

Description

Toggles the display of all entity markers.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowMarkers() As Boolean

[C#]
public bool ShowMarkers {get; set;}

[Managed C++]
public: __property bool get_ShowMarkers();
public: __property void set_ShowMarkers(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowMarkers(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowMarkers(
VARIANT_BOOL NewShowMarkers
);

[Java]
public bool getShowMarkers();public void setShowMarkers(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface