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