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