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