| HyperionCentralBodyShape Property  | 
 
            Gets or sets the shape of this 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 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: 
Ellipsoid Exceptions
Exceptions See Also
See Also