ImpulsiveManeuverSegmentConfiguration Constructor (ImpulsiveManeuverInformation) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ImpulsiveManeuverSegmentConfiguration(
ImpulsiveManeuverInformation maneuver
)
Public Sub New (
maneuver As ImpulsiveManeuverInformation
)
public:
ImpulsiveManeuverSegmentConfiguration(
ImpulsiveManeuverInformation^ maneuver
)
new :
maneuver : ImpulsiveManeuverInformation -> ImpulsiveManeuverSegmentConfiguration
Parameters
- maneuver
- Type: AGI.Foundation.SegmentPropagationImpulsiveManeuverInformation
The ImpulsiveManeuverInformationthat will be included in this
configuration.
See Also