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 GetPositionInSystem( _
ByVal Time As IAgDate, _
ByVal OutputSystem As IAgCrdnSystem _
) As System.Array
|
| [C#] |
|---|
public System.Array GetPositionInSystem(
|
| [Managed C++] |
|---|
public: System::Array GetPositionInSystem(
|
| [Java] |
|---|
public Object[] getPositionInSystem(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetPositionInSystem(
|
- Time
- OutputSystem