Gets or sets the name of the central body.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract string Name { get; set; }Public MustOverride Property Name As String
	Get
	Set
public:
virtual property String^ Name {
	String^ get () abstract;
	void set (String^ value) abstract;
}abstract Name : string with get, set
Property Value
Type: 
String Exceptions
Exceptions See Also
See Also