Opt whether to use the apparent position of the sun; otherwise, the true position of the sun is used.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseApparentSunPosition() As Boolean |
[C#] |
---|
public bool UseApparentSunPosition {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseApparentSunPosition(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseApparentSunPosition( VARIANT_BOOL * pVal ); public: HRESULT put_UseApparentSunPosition( VARIANT_BOOL UseApparentSunPosition ); |
[Java] |
---|
public bool getUseApparentSunPosition(); public void setUseApparentSunPosition( bool ); |