SegmentPropagatorPropagate Method (SegmentListResults) | 
 
            Propagates the segment. 
            
 
    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(
	SegmentListResults cumulativeResults
)
Public Function Propagate ( 
	cumulativeResults As SegmentListResults
) As SegmentResults
public:
SegmentResults^ Propagate(
	SegmentListResults^ cumulativeResults
)
member Propagate : 
        cumulativeResults : SegmentListResults -> SegmentResults 
Parameters
- cumulativeResults
 - Type: AGI.Foundation.SegmentPropagationSegmentListResults
The results of all propagation up to this point. This may be 
            if this segment is not being propagated in a SegmentListPropagator. 
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