Get the central body for the volume grid. Both the central body reference shape and its CBF (central body centered fixed) system are used by this volume grid.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReferenceCentralBody() As String |
[C#] |
---|
public string ReferenceCentralBody {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ReferenceCentralBody(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceCentralBody( BSTR * pRetVal ); public: HRESULT put_ReferenceCentralBody( BSTR ReferenceCentralBody ); |
[Java] |
---|
public String getReferenceCentralBody(); public void setReferenceCentralBody( String ); |