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