AGI AgAccessConstraintPlugin 11 Send comments on this topic.
ApparentSunPosition Method (IAgAccessConstraintPluginObjectData)
See Also 
Frame
Requested frame to express the results
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





Description

The apparent sun position with respect to the object in the requested frame. Only eUtFrameInertial and eUtFrameFixed are supported.

Syntax

[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(
AgEUtFrame Frame,
ref double X,
ref double Y,
ref double Z
);

[Managed C++]
public: void ApparentSunPosition(
AgEUtFrame Frame,
double ^ X,
double ^ Y,
double ^ Z
);

[Java]
public  apparentSunPosition(
AgEUtFrame Frame,
double X,
double Y,
double Z
);

[Unmanaged C++]
public: HRESULT ApparentSunPosition(
AgEUtFrame Frame,
double * X,
double * Y,
double * Z
);

Parameters

Frame
Member Value Description
eUtFrameInertial 0  
eUtFrameFixed 1  
eUtFrameLVLH 2  
eUtFrameNTC 3  
eUtFrameICRF 4  
eUtFrameJ2000 5  
Requested frame to express the results
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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1