AGI GPS 13Send comments on this topic.
Attitude_Array Method (IAgAsGPSSatSelectPluginResultEval)
See Also
Frame
Requested frame to express the results
Windows





Windows & Linux

Description

Current attitude of receiver platform given as matrix representing the specified frame to body rotation, returned as an array

Syntax

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

Parameters

Frame
Requested frame to express the results

Return Type

An array containing the current attitude matrix, representing the rotation from the requested frame to the body

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.