STK Real-Time Tracking ToolSend comments on this topic.
ShowLabels Property (IAgRt3QueryGraphics)
See Also
Windows





Windows & Linux

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 * pDisplay
);
public: HRESULT put_ShowLabels(
    VARIANT_BOOL Display
);
[Java]
public bool getShowLabels();
public void setShowLabels(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.