SaturnCentralBody.PrincipalFrame Property |
Gets or sets the default Fixed frame that corresponds to the gravity frame 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)
Syntaxpublic override ReferenceFrame PrincipalFrame { get; set; }
Public Overrides Property PrincipalFrame As ReferenceFrame
Get
Set
public:
virtual property ReferenceFrame^ PrincipalFrame {
ReferenceFrame^ get () override;
void set (ReferenceFrame^ value) override;
}
abstract PrincipalFrame : ReferenceFrame with get, set
override PrincipalFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
Exceptions
See Also