ImpulsiveManeuverSegmentConfiguration Constructor (ImpulsiveManeuverSegment) |
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(
ImpulsiveManeuverSegment segment
)
Public Sub New (
segment As ImpulsiveManeuverSegment
)
public:
ImpulsiveManeuverSegmentConfiguration(
ImpulsiveManeuverSegment^ segment
)
new :
segment : ImpulsiveManeuverSegment -> ImpulsiveManeuverSegmentConfiguration
Parameters
- segment
- Type: AGI.Foundation.SegmentPropagationImpulsiveManeuverSegment
The ImpulsiveManeuverSegment whose
maneuver will be included in this
configuration.
See Also