ImpulsiveManeuverSegment Constructor (ImpulsiveManeuverInformation) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic ImpulsiveManeuverSegment(
ImpulsiveManeuverInformation maneuver
)
Public Sub New (
maneuver As ImpulsiveManeuverInformation
)
public:
ImpulsiveManeuverSegment(
ImpulsiveManeuverInformation^ maneuver
)
new :
maneuver : ImpulsiveManeuverInformation -> ImpulsiveManeuverSegment
Parameters
- maneuver
- Type: AGI.Foundation.SegmentPropagationImpulsiveManeuverInformation
The maneuver that will be performed.
See Also