ContinuousThrustForceModel.IntegrationAxes 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Axes
See Also