BasicLaunchSegmentConfiguration Constructor (ITimeBasedState, ITimeBasedState) | 
 
            Instantiates the configuration with the specified burnout and launch states.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BasicLaunchSegmentConfiguration(
	ITimeBasedState launchState,
	ITimeBasedState burnoutState
)
Public Sub New ( 
	launchState As ITimeBasedState,
	burnoutState As ITimeBasedState
)
public:
BasicLaunchSegmentConfiguration(
	ITimeBasedState^ launchState, 
	ITimeBasedState^ burnoutState
)
new : 
        launchState : ITimeBasedState * 
        burnoutState : ITimeBasedState -> BasicLaunchSegmentConfigurationParameters
- launchState
 - Type: AGI.Foundation.CoordinatesITimeBasedState
The launch state of the launch segment. - burnoutState
 - Type: AGI.Foundation.CoordinatesITimeBasedState
The burnout state of the launch segment. 
See Also