SegmentPropagatorPropagate Method  | 
 
            Propagates the segment assuming no initial state is passed in. Some segments do not require an 
            initial state to be passed in. However other segments do; such types should override this method 
            and provide a detailed error message in a proper 
Exception in such a case. 
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual SegmentResults Propagate()
Public Overridable Function Propagate As SegmentResults
public:
virtual SegmentResults^ Propagate()
abstract Propagate : unit -> SegmentResults 
override Propagate : unit -> SegmentResults 
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.
Remarks
            Depending on the segment type being propagated
            the 
SegmentResults returned can be safely cast to a more specific type. See the class documentation for
            the derived type for more information.
            
See Also