SphericalHarmonicGravityModel.CentralBodyName Property |
Gets or sets the name of the central body described by the model.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic string CentralBodyName { get; set; }
Public Property CentralBodyName As String
Get
Set
public:
property String^ CentralBodyName {
String^ get ();
void set (String^ value);
}
member CentralBodyName : string with get, set
Property Value
Type:
String
See Also