| CentralBodyInertialFrame Property  | 
 
            Gets or sets the default Inertial frame for 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 abstract ReferenceFrame InertialFrame { get; set; }Public MustOverride Property InertialFrame As ReferenceFrame
	Get
	Set
public:
virtual property ReferenceFrame^ InertialFrame {
	ReferenceFrame^ get () abstract;
	void set (ReferenceFrame^ value) abstract;
}abstract InertialFrame : ReferenceFrame with get, set
Property Value
Type: 
ReferenceFrame Exceptions
Exceptions See Also
See Also