ConstantForce.Force Property |
Gets or sets the direction and magnitude of the force.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartesian Force { get; set; }
Public Property Force As Cartesian
Get
Set
public:
property Cartesian Force {
Cartesian get ();
void set (Cartesian value);
}
member Force : Cartesian with get, set
Property Value
Type:
Cartesian
See Also