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