STK AgAccessConstraintPluginSend comments on this topic.
ApparentSunPosition_Array Method (IAgAccessConstraintPluginObjectData)
See Also
Frame
Requested frame to express the results.
Windows





Windows & Linux

Description

The apparent sun position with respect to the object in the requested frame, returned as an array representing x, y, z. Only eUtFrameInertial and eUtFrameFixed are supported. Useful for scripting clients.

Syntax

[Visual Basic .NET]
Public Function ApparentSunPosition_Array( _
    ByVal Frame As AgEUtFrame _
) As System.Array
[C#]
public System.Array ApparentSunPosition_Array(
    AgEUtFrame Frame
);
[Managed C++]
public: System::Array ApparentSunPosition_Array(
    AgEUtFrame Frame
);
[Unmanaged C++]
public: HRESULT ApparentSunPosition_Array(
    AgEUtFrame Frame,
    SAFEARRAY * * pArray
);
[Java]
public AgSafeArray apparentSunPosition_Array(
    AgEUtFrame Frame
);

Parameters

Frame
Requested frame to express the results.

Return Type

An array containing theposition of the sun in the requested frame.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.