| SegmentDefinitionPropagationDirection Property  | 
 
            Gets or sets the direction that this segment will be initially propagated. If this segment propagates 
            multiple segments, the child segments will be propagated in the direction that they are configured with. 
            If the overall list is going forward, segments that go back in time will override the immediate previous 
            segments ephemeris, but if another segment going forward follows the backwards segment, that backwards 
            segment will be ignored when the overall trajectory is resolved into a single ephemeris set. If you are using a 
            
StoppingCondition that depends on time, the time span of 
            those stopping conditions must match this property (for example, a 
            
DurationStoppingCondition must have a negative 
            threshold if this is set to 
Decreasing,
            otherwise, the condition will never be tripped).
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic IntegrationSense PropagationDirection { get; set; }Public Property PropagationDirection As IntegrationSense
	Get
	Set
public:
property IntegrationSense PropagationDirection {
	IntegrationSense get ();
	void set (IntegrationSense value);
}member PropagationDirection : IntegrationSense with get, set
Property Value
Type: 
IntegrationSense See Also
See Also