EarthCentralBodyName Property |
Gets or sets the name of the central body.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic override string Name { get; set; }Public Overrides Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () override;
void set (String^ value) override;
}abstract Name : string with get, set
override Name : string with get, set
Property Value
Type:
String
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
See Also