Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ReferenceCentralBody() As String
|
[C#] |
---|
public string ReferenceCentralBody {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_ReferenceCentralBody(); public: __property void set_ReferenceCentralBody( String __gc ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceCentralBody( BSTR * pRetVal ); public: HRESULT put_ReferenceCentralBody( BSTR NewReferenceCentralBody );
|
[Java] |
---|
public String getReferenceCentralBody();public void setReferenceCentralBody( String );
|
See Also