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