BasicLaunchSegmentBurnoutState 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ITimeBasedStateSee Also