Triggered on every density plugin before evaluation to determine the central body for which the atmosphere model applies.
[Visual Basic .NET] |
---|
Public Function CentralBody() As String |
[C#] |
---|
public string CentralBody(); |
[Managed C++] |
---|
public: String __gc ^ CentralBody(); |
[Unmanaged C++] |
---|
public: HRESULT CentralBody( BSTR * pCbName ); |
[Java] |
---|
public String centralBody(); |