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.
| [Visual Basic .NET] |
|---|
Public Function PosVel_Array( _
ByVal Frame As AgEUtFrame _
) As System.Array
|
| [C#] |
|---|
public System.Array PosVel_Array(
|
| [Managed C++] |
|---|
public: System::Array PosVel_Array(
|
| [Java] |
|---|
public VariantArray posVel_Array(
|
| [Unmanaged C++] |
|---|
public: HRESULT PosVel_Array(
|
- Frame
-
Member Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5 Requested frame to express the results
An array containing the current position and
velocity components in the requested frame, as observed rotating
with the frame