ImpulsiveManeuverInformation Constructor (String, Cartesian, Axes, String, String, Scalar, InvalidFuelStateBehavior) | 
 Initializes a new instance.
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ImpulsiveManeuverInformation(
	string propagationElementIdentification,
	Cartesian deltaV,
	Axes orientationAxes,
	string fuelMassIdentification,
	string dryMassIdentification,
	Scalar exhaustVelocity,
	InvalidFuelStateBehavior whatToDo
)
Public Sub New ( 
	propagationElementIdentification As String,
	deltaV As Cartesian,
	orientationAxes As Axes,
	fuelMassIdentification As String,
	dryMassIdentification As String,
	exhaustVelocity As Scalar,
	whatToDo As InvalidFuelStateBehavior
)
public:
ImpulsiveManeuverInformation(
	String^ propagationElementIdentification, 
	Cartesian deltaV, 
	Axes^ orientationAxes, 
	String^ fuelMassIdentification, 
	String^ dryMassIdentification, 
	Scalar^ exhaustVelocity, 
	InvalidFuelStateBehavior whatToDo
)
new : 
        propagationElementIdentification : string * 
        deltaV : Cartesian * 
        orientationAxes : Axes * 
        fuelMassIdentification : string * 
        dryMassIdentification : string * 
        exhaustVelocity : Scalar * 
        whatToDo : InvalidFuelStateBehavior -> ImpulsiveManeuverInformationParameters
- propagationElementIdentification
 - Type: SystemString
The name of the point element that will get the delta-V applied to it. - deltaV
 - Type: AGI.Foundation.CoordinatesCartesian
The change in velocity that propagationElementIdentification 
            will experience when propagated. - orientationAxes
 - Type: AGI.Foundation.GeometryAxes
The Axes defining the orientation of the engine being fired.  If your 
            Axes depends on the point being propagated, use the PropagationPoint property in your axes. - fuelMassIdentification
 - Type: SystemString
The identification of the fuel mass element getting propagated. - dryMassIdentification
 - Type: SystemString
The identification of the dry mass element getting propagated. - exhaustVelocity
 - Type: AGI.Foundation.GeometryScalar
The exhaust velocity of the engine. - whatToDo
 - Type: AGI.Foundation.SegmentPropagationInvalidFuelStateBehavior
Specify what will be done if there is not enough fuel for the requested delta-V. 
See Also