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