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 * pVal
);
public: HRESULT put_UseApparentSunPosition(
VARIANT_BOOL UseApparentSunPosition
);
|
| [Java] |
|---|
public bool getUseApparentSunPosition();
public void setUseApparentSunPosition(
bool
);
|
See Also