PlanetarySystemBarycenterInertialFrame 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ReferenceFrameExceptions See Also