AGI AgAsHpopPlugin 11 Send comments on this topic.
SunPositionInBody Method (IAgAsDragModelResult)
See Also 
SunPosType
X
Y
Z





Description

Position of the sun in meters wrt the current satellite position, in the body frame, computed in the requested manner.

Syntax

[Visual Basic .NET]
Public Sub SunPositionInBody( _
   ByVal SunPosType As AgEUtSunPosType, _
   ByRef X As Double, _
   ByRef Y As Double, _
   ByRef Z As Double _
) 

[C#]
public void SunPositionInBody(
AgEUtSunPosType SunPosType,
ref double X,
ref double Y,
ref double Z
);

[Managed C++]
public: void SunPositionInBody(
AgEUtSunPosType SunPosType,
double ^ X,
double ^ Y,
double ^ Z
);

[Java]
public  sunPositionInBody(
AgEUtSunPosType SunPosType,
double X,
double Y,
double Z
);

[Unmanaged C++]
public: HRESULT SunPositionInBody(
AgEUtSunPosType SunPosType,
double * X,
double * Y,
double * Z
);

Parameters

SunPosType
Member Value Description
eUtSunPosTypeApparentToTrueCB 0  
eUtSunPosTypeApparent 1  
eUtSunPosTypeTrue 2  
eUtSunPosTypeSRP 3  
X
Y
Z

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1