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