SegmentPropagatorPropagate Method (ITimeBasedState) | 
 
            Propagates the segment starting from the initialState.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SegmentResults Propagate(
	ITimeBasedState initialState
)
Public Function Propagate ( 
	initialState As ITimeBasedState
) As SegmentResults
public:
SegmentResults^ Propagate(
	ITimeBasedState^ initialState
)
member Propagate : 
        initialState : ITimeBasedState -> SegmentResults 
Parameters
- initialState
 - Type: AGI.Foundation.CoordinatesITimeBasedState
The initial state for this segment to propagate from. This is akin to the 
            final state of the previous segment; it will be processed by the Adapters before being 
            propagated. 
Return Value
Type: 
SegmentResultsThis 
segments propagation results. See the documentation of the 
            derived type to determine if these 
SegmentResults may be cast to a more specific type.
See Also