AGI AgAsHpopPlugin 11 Send comments on this topic.
SunPositionInBody_Array Method (IAgAsDragModelResult)
See Also 
SunPosType





Description

Position of the sun in meters wrt the current satellite position, in the body frame, computed in the requested manner, returned as an array representing x, y, z. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function SunPositionInBody_Array( _
   ByVal SunPosType As AgEUtSunPosType _
) As System.Array

[C#]
public System.Array SunPositionInBody_Array(
AgEUtSunPosType SunPosType
);

[Managed C++]
public: System::Array SunPositionInBody_Array(
AgEUtSunPosType SunPosType
);

[Java]
public VariantArray sunPositionInBody_Array(
AgEUtSunPosType SunPosType
);

[Unmanaged C++]
public: HRESULT SunPositionInBody_Array(
AgEUtSunPosType SunPosType,
SAFEARRAY ** Array
);

Parameters

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1