Description
Gets the central body fixed relative position
vector as an array of length 3 where the x component is array(0), y
component is array(1), and z component is array(2). All
values in meters.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
Public Property PositionCBFArray() As System.Array
|
| [C#] |
public System.Array PositionCBFArray {get;}
|
| [Managed C++] |
public: __property System::Array^ get_PositionCBFArray();
|
| [Unmanaged C++] |
public: HRESULT get_PositionCBFArray(
SAFEARRAY ** ppRetVal
);
|
| [Java] |
public Object[] getPositionCBFArray();
|
See Also