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 GetPosition() As System.Array
|
| [C#] |
|---|
public System.Array GetPosition();
|
| [Managed C++] |
|---|
public: System::Array GetPosition();
|
| [Java] |
|---|
public Object[] getPosition();
|
| [Unmanaged C++] |
|---|
public: HRESULT GetPosition(
|