The object position in the requested frame.
Only eUtFrameInertial and eUtFrameFixed are supported.
| [Visual Basic .NET] |
|---|
Public Sub Position( _
ByVal Frame As AgEUtFrame, _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double _
)
|
| [C#] |
|---|
public void Position(
|
| [Managed C++] |
|---|
public: void Position(
|
| [Java] |
|---|
public position(
|
| [Unmanaged C++] |
|---|
public: HRESULT Position(
|
- Frame
-
Requested frame to express the resultsMember Value Description eUtFrameInertial 0 eUtFrameFixed 1 eUtFrameLVLH 2 eUtFrameNTC 3 eUtFrameICRF 4 eUtFrameJ2000 5 - X
- The X-component of position in the requested frame
- Y
- The Y-component of position in the requested frame
- Z
- The Z-component of position in the requested frame