FiniteManeuverSegmentResultsStateAtPropagationStart Property  | 
 
            Gets the state at the start of propagation before the 
            burn offset is applied.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ITimeBasedState StateAtPropagationStart { get; }Public ReadOnly Property StateAtPropagationStart As ITimeBasedState
	Get
public:
property ITimeBasedState^ StateAtPropagationStart {
	ITimeBasedState^ get ();
}member StateAtPropagationStart : ITimeBasedState with get
Property Value
Type: 
ITimeBasedState
See Also