Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public virtual SegmentResults Propagate()

Return Value

Type: SegmentResults
This 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