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: 26.1.424.0 (26.1.424.0)
Syntaxpublic BasicLaunchSegment(
Duration step
)
Public Sub New (
step As Duration
)
public:
BasicLaunchSegment(
Duration step
)
new :
step : Duration -> BasicLaunchSegmentParameters
- step
- Type: AGI.Foundation.TimeDuration
The step size of the segment.
See Also