Description
Opt whether to draw the solar specular
reflection point on the surface of the globe as a white *.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property IsSolarSpecularReflectionPointVisible() As Boolean
|
[C#] |
public bool IsSolarSpecularReflectionPointVisible {get; set;}
|
[Managed C++] |
public: __property bool get_IsSolarSpecularReflectionPointVisible();
public: __property void set_IsSolarSpecularReflectionPointVisible(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_IsSolarSpecularReflectionPointVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsSolarSpecularReflectionPointVisible(
VARIANT_BOOL NewIsSolarSpecularReflectionPointVisible
);
|
[Java] |
public bool getIsSolarSpecularReflectionPointVisible();public void setIsSolarSpecularReflectionPointVisible(
bool
);
|
See Also