Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SegmentList CreateSequenceWithPreLaunchHold(
	Duration preLaunchHoldTime
)

Parameters

preLaunchHoldTime
Type: AGI.Foundation.TimeDuration
The duration of time preceding the launch.

Return Value

Type: SegmentList
A 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