BasicLaunchSegment.BurnoutState Property |
Gets or sets the burnout state. The state's motion element, if set, must contain the ID specified with
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 BurnoutState { get; set; }
Public Property BurnoutState As ITimeBasedState
Get
Set
public:
property ITimeBasedState^ BurnoutState {
ITimeBasedState^ get ();
void set (ITimeBasedState^ value);
}
member BurnoutState : ITimeBasedState with get, set
Property Value
Type:
ITimeBasedState
See Also