PlanetarySystemBarycenter.InertialFrame Property |
Gets or sets the default inertial frame for this planetary system.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame InertialFrame { get; set; }
Public Property InertialFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ InertialFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member InertialFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
Exceptions
See Also