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