Click or drag to resize

FiniteManeuverSegmentPropagationStartState 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: 24.1.418.0 (24.1.418.0)
Syntax
public ValueDefinition<ITimeBasedState> PropagationStartState { get; }

Property Value

Type: ValueDefinitionITimeBasedState
See Also