BasicLaunchSegment.LaunchState Property |
Gets or sets the launch state. This needs to include a launch date and a motion whose ID matches the ID specified in
MotionID.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ITimeBasedState LaunchState { get; set; }
Public Property LaunchState As ITimeBasedState
Get
Set
public:
property ITimeBasedState^ LaunchState {
ITimeBasedState^ get ();
void set (ITimeBasedState^ value);
}
member LaunchState : ITimeBasedState with get, set
Property Value
Type:
ITimeBasedState
See Also