ContinuousThrustForceModelIntegrationAxes Property |
Gets or sets the axes that this force model will be integrated in.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Axes IntegrationAxes { get; set; }
Public Property IntegrationAxes As Axes
Get
Set
public:
property Axes^ IntegrationAxes {
Axes^ get ();
void set (Axes^ value);
}
member IntegrationAxes : Axes with get, set
Property Value
Type:
AxesSee Also