PropagationEulerianAxes.IntegrationFrame Property |
Gets or sets the inertial
ReferenceFrame in which the attitude is defined.
By default, the integration frame is set to the
InertialFrame of the Earth.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame IntegrationFrame { get; set; }
Public Property IntegrationFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ IntegrationFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member IntegrationFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
See Also