BasicLaunchSegmentCreateSequenceWithPreLaunchHold Method |
This helper method returns a
SegmentList that contains three parts; an
InitialStateSegmentT, a
HoldSegment
and this
BasicLaunchSegment. This sequence may then be used to model a launch segment with a pre-launch hold time. The epoch of the produced initial state
segment will be the launch epoch minus the hold time.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SegmentList CreateSequenceWithPreLaunchHold(
Duration preLaunchHoldTime
)
Public Function CreateSequenceWithPreLaunchHold (
preLaunchHoldTime As Duration
) As SegmentList
public:
SegmentList^ CreateSequenceWithPreLaunchHold(
Duration preLaunchHoldTime
)
member CreateSequenceWithPreLaunchHold :
preLaunchHoldTime : Duration -> SegmentList
Parameters
- preLaunchHoldTime
- Type: AGI.Foundation.TimeDuration
The duration of time preceding the launch.
Return Value
Type:
SegmentListA
SegmentList that represents a launch with a hold of the input
Duration.
Remarks Note that all the required properties must be set before calling this helper method.
See Also