STK AgPropagatorWrappersSend comments on this topic.
PosVel_Array Method (IAgGatorPluginResultAttCtrl)
See Also
Frame

Requested frame to express the results

Windows





Windows & Linux

Description

Current position and velocity in the requested frame (in internal units) returned as an array representing x, y, z, vx, vy, vz. Useful for scripting clients.

Syntax

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

Parameters

Frame

Requested frame to express the results

Return Type

An array containing the current position and velocity components in the requested frame, as observed rotating with the frame

See Also

© 2023 Analytical Graphics, Inc. All Rights Reserved.