ImpulsiveManeuverInformation Constructor (String, Cartesian) |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ImpulsiveManeuverInformation(
string propagationElementIdentification,
Cartesian deltaV
)
Public Sub New (
propagationElementIdentification As String,
deltaV As Cartesian
)
public:
ImpulsiveManeuverInformation(
String^ propagationElementIdentification,
Cartesian deltaV
)
new :
propagationElementIdentification : string *
deltaV : Cartesian -> ImpulsiveManeuverInformation
Parameters
- propagationElementIdentification
- Type: SystemString
The 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.
See Also