Sets a new position of the projection. The
position is in the central body's fixed reference frame. The input
is a one-dimensional array which contains three elements X, Y and Z
that define the new position (in meters).
| [Visual Basic .NET] |
|---|
Public Sub SetPosition( _
ByRef XYZ As System.Array _
)
|
| [C#] |
|---|
public void SetPosition(
|
| [Managed C++] |
|---|
public: void SetPosition(
|
| [Java] |
|---|
public setPosition(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetPosition(
|
- XYZ