BasicLaunchSegment Constructor (Duration, String, ITimeBasedState) |
Initializes a new launch segment with the specified step size, launch state, and motion ID.
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,
string motionID,
ITimeBasedState launchState
)
Public Sub New (
step As Duration,
motionID As String,
launchState As ITimeBasedState
)
public:
BasicLaunchSegment(
Duration step,
String^ motionID,
ITimeBasedState^ launchState
)
new :
step : Duration *
motionID : string *
launchState : ITimeBasedState -> BasicLaunchSegment
Parameters
- step
- Type: AGI.Foundation.TimeDuration
The step size of the segment. - motionID
- Type: SystemString
The ID of the motion element in the launch and burnout states that specifies the positions. - launchState
- Type: AGI.Foundation.CoordinatesITimeBasedState
The launch motion state.
See Also