FiniteManeuverSegment.BurnCenteringDuration Property |
Gets or sets the
ValueDefinition<T> that will be used for
burn centering. This
Duration will be evaluated at propagation time.
The
Duration will be halved and this segment will start propagating at that computed time.
This is often the threshold of a
DurationStoppingCondition.
By default, this is
null and no time adjustment to propagation start is made.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ValueDefinition<Duration> BurnCenteringDuration { get; set; }
Public Property BurnCenteringDuration As ValueDefinition(Of Duration)
Get
Set
public:
property ValueDefinition<Duration>^ BurnCenteringDuration {
ValueDefinition<Duration>^ get ();
void set (ValueDefinition<Duration>^ value);
}
member BurnCenteringDuration : ValueDefinition<Duration> with get, set
Property Value
Type:
ValueDefinition<Duration>
See Also