Gets a position of the projection in the
central body's fixed reference frame. The value is a
one-dimensional array with three elements representing X, Y and Z
(in meters).
| [Visual Basic .NET] |
|---|
Public Function GetPositionInSystemAtEpoch( _
ByVal ScenarioEpochInSecs As Double, _
ByVal OutputSystem As IAgCrdnSystem _
) As System.Array
|
| [C#] |
|---|
public System.Array GetPositionInSystemAtEpoch(
|
| [Managed C++] |
|---|
public: System::Array GetPositionInSystemAtEpoch(
|
| [Java] |
|---|
public Object[] getPositionInSystemAtEpoch(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetPositionInSystemAtEpoch(
|
- ScenarioEpochInSecs
- OutputSystem