JupiterCentralBodyInertialFrame 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.2.423.0 (25.2.423.0)
Syntaxpublic override ReferenceFrame InertialFrame { get; set; }Public Overrides Property InertialFrame As ReferenceFrame
Get
Set
public:
virtual property ReferenceFrame^ InertialFrame {
ReferenceFrame^ get () override;
void set (ReferenceFrame^ value) override;
}abstract InertialFrame : ReferenceFrame with get, set
override InertialFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
See Also