Gets or sets the Cartesian defining the
position of the Projection in
the central body's fixed reference frame. The array contains the
components of the position arranged in the order x, y, z.
Read-write property
[Visual Basic .NET] |
---|
Public Property Position() As System.Array
|
[C#] |
---|
public System.Array Position {get; set;}
|
[Managed C++] |
---|
public: __property System::Array^ get_Position();
|
[Unmanaged C++] |
---|
public: HRESULT get_Position(
|
[Java] |
---|
public Object[] getPosition();public void setPosition(
|
Shows the format of
the projection's Position property.
[C#] | ![]() |
|
---|---|---|
|
Shows the format of
the projection's Position property.
[Visual Basic .NET] | ![]() |
|
---|---|---|
|