The apparent sun position with respect to the
object in the requested frame. Only eUtFrameInertial and
eUtFrameFixed are supported.
| [Visual Basic .NET] |
|---|
Public Sub ApparentSunPosition( _
ByVal Frame As AgEUtFrame, _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double _
)
|
| [C#] |
|---|
public void ApparentSunPosition(
|
| [Managed C++] |
|---|
public: void ApparentSunPosition(
|
| [Java] |
|---|
public apparentSunPosition(
|
| [Unmanaged C++] |
|---|
public: HRESULT ApparentSunPosition(
|
- Frame
-
Requested frame to express the resultsMember Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5 - X
- The X-component of the apparent position of the sun
- Y
- The Y-component of the apparent position of the sun
- Z
- The Z-component of the apparent position of the sun