AGI Real-Time Tracking Tool 11 Send comments on this topic.
ShowLabels Property (IAgRt3QueryGraphics)
See Also 





Description

Toggles the display of the labels.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowLabels();
public: __property void set_ShowLabels(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowLabels(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowLabels(
VARIANT_BOOL NewShowLabels
);

[Java]
public bool getShowLabels();public void setShowLabels(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1