| ImpulsiveManeuverInformationExhaustVelocity Property  | 
 
            Gets or sets the exhaust velocity in meters per second.  If you have the specific impulse of your 
            engine, you can compute the exhaust velocity by multiplying it by Earth's surface gravity, generally
            
EarthSurfaceGravity.  
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Scalar ExhaustVelocity { get; set; }Public Property ExhaustVelocity As Scalar
	Get
	Set
public:
property Scalar^ ExhaustVelocity {
	Scalar^ get ();
	void set (Scalar^ value);
}member ExhaustVelocity : Scalar with get, set
Property Value
Type: 
Scalar See Also
See Also