Click or drag to resize

BasicLaunchSegment Constructor (Duration)

Initializes a new launch segment with the specified step size.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BasicLaunchSegment(
	Duration step
)

Parameters

step
Type: AGI.Foundation.TimeDuration
The step size of the segment.
See Also