AGI STK Graphics 11 Send comments on this topic.
ShowLabel Property (IAgStkGraphicsCentralBodyGraphics)
See Also 





Description

Gets or sets whether a label with the name of the Central Body should be rendered in the Scene when the Camera is at certain distance away from the Central Body.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowLabel();
public: __property void set_ShowLabel(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowLabel(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowLabel(
VARIANT_BOOL NewShowLabel
);

[Java]
public bool getShowLabel();public void setShowLabel(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1