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: 25.1.421.0 (25.1.421.0)
Syntax
public BasicLaunchSegment(
	Duration step
)

Parameters

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