Click or drag to resize

EarthCentralBodyShape Property

Gets or sets the shape of this central body.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override Ellipsoid Shape { get; set; }

Property Value

Type: Ellipsoid
Exceptions
ExceptionCondition
ArgumentNullException Thrown when value is .
Remarks
By default this is the WGS84 oblate ellipsoid model of the Earth.
See Also