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.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<ITimeBasedState> PropagationStartState { get; }
Public ReadOnly Property PropagationStartState As ValueDefinition(Of ITimeBasedState)
Get
public:
property ValueDefinition<ITimeBasedState^>^ PropagationStartState {
ValueDefinition<ITimeBasedState^>^ get ();
}
member PropagationStartState : ValueDefinition<ITimeBasedState> with get
Property Value
Type:
ValueDefinitionITimeBasedStateSee Also