Click or drag to resize

FiniteManeuverSegment.PropagationStartState Property

Gets a parameter that represents the state at the start of this segment's propagation. This, in combination with the TimeFromStateValueDefinition and the geometry types that depend on a time parameter, can be used to model a vector or attitude fixed at the propagation start.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ValueDefinition<ITimeBasedState> PropagationStartState { get; }

Property Value

Type: ValueDefinition<ITimeBasedState>
See Also