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: 24.2.419.0 (24.2.419.0)
Syntax public 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 -> BasicLaunchSegmentConfiguration
Parameters
- 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