Gets and sets a Boolean that indicates whether the sun is used the sun as a light source.
|
JavaScript |
|
|
DisplaySun |
|
|
C# |
|
|
bool DisplaySun { get; set; } |
|
|
C++ |
|
|
HRESULT DisplaySun([out, retval] VARIANT_BOOL* pVal) HRESULT DisplaySun([in] VARIANT_BOOL pVal) |
|