The object position in the requested frame,
returned as an array representing x, y, z. Only eUtFrameInertial
and eUtFrameFixed are supported. Useful for scripting
clients.
| [Visual Basic .NET] |
|---|
Public Function Position_Array( _
ByVal Frame As AgEUtFrame _
) As System.Array
|
| [C#] |
|---|
public System.Array Position_Array(
|
| [Managed C++] |
|---|
public: System::Array Position_Array(
|
| [Java] |
|---|
public VariantArray position_Array(
|
| [Unmanaged C++] |
|---|
public: HRESULT Position_Array(
|
- Frame
-
Requested frame to express the resultsMember Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5
An array containing the position components
in the requested frame