The apparent relative position of the other
object with respect to this object, in the requested frame. Only
eUtFrameInertial and eUtFrameFixed are supported.
| [Visual Basic .NET] |
|---|
Public Sub RelativePosition( _
ByVal Type As AgEAccessApparentPositionType, _
ByVal Frame As AgEUtFrame, _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double _
)
|
| [C#] |
|---|
public void RelativePosition(
|
| [Managed C++] |
|---|
public: void RelativePosition(
|
| [Java] |
|---|
public relativePosition(
|
| [Unmanaged C++] |
|---|
public: HRESULT RelativePosition(
|
- Type
-
An apparent position indicator.Member Value Description eLightPathApparentPosition 1 Light path apparent position. Accounts for the light time delay (if applied) between objects. eRefractedApparentPosition 2 Refracted apparent position. Accounts for refraction effects (if applied) on the light path apparent position. eProperApparentPosition 3 Proper Apparent position. Accounts for aberration effects (depending on the aberration type applied) on the refracted apparent 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 relative position in the requested frame
- Y
- The Y-component of relative position in the requested frame
- Z
- The Z-component of relative position in the requested frame