Click or drag to resize

BasicLaunchSegment Constructor

Overload List
  NameDescription
Public methodBasicLaunchSegment
Initializes a new launch segment. The segment will need to be configured with the appropriate parameters before propagation can occur.
Public methodBasicLaunchSegment(Duration)
Initializes a new launch segment with the specified step size.
Protected methodBasicLaunchSegment(BasicLaunchSegment, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodBasicLaunchSegment(Duration, String, ITimeBasedState)
Initializes a new launch segment with the specified step size, launch state, and motion ID.
Public methodBasicLaunchSegment(Duration, String, ITimeBasedState, ITimeBasedState)
Initializes a new launch segment with the specified step size, launch state, burnout state, and motion ID.
Top
See Also