Gets or sets whether stars labels are shown or hidden in the scene.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowStarLabels() As Boolean |
[C#] |
---|
public bool ShowStarLabels {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowStarLabels(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowStarLabels( VARIANT_BOOL * pRetVal ); public: HRESULT put_ShowStarLabels( VARIANT_BOOL ShowStarLabels ); |
[Java] |
---|
public bool getShowStarLabels(); public void setShowStarLabels( bool ); |