STK AgAsHpopPluginSend comments on this topic.
SunPositionInBody_Array Method (IAgAsDragModelResult)
See Also
SunPosType
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT SunPositionInBody_Array(
    AgEUtSunPosType SunPosType,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray sunPositionInBody_Array(
    AgEUtSunPosType SunPosType
);

Parameters

SunPosType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.