CentralBodyShape 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.2.419.0 (24.2.419.0)
Syntax public abstract Ellipsoid Shape { get; set; }
Public MustOverride Property Shape As Ellipsoid
Get
Set
public:
virtual property Ellipsoid^ Shape {
Ellipsoid^ get () abstract;
void set (Ellipsoid^ value) abstract;
}
abstract Shape : Ellipsoid with get, set
Property Value
Type:
EllipsoidExceptions See Also