Get the central body relative to which ground trajectory representations are computed. Both the central body reference shape and its CBF (central body centered fixed) system are used by this parameter set.
Read-write property
[Visual Basic .NET] |
---|
Public Property CentralBody() As String |
[C#] |
---|
public string CentralBody {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CentralBody(); |
[Unmanaged C++] |
---|
public: HRESULT get_CentralBody( BSTR * pRetVal ); public: HRESULT put_CentralBody( BSTR CentralBody ); |
[Java] |
---|
public String getCentralBody(); public void setCentralBody( String ); |