PropagateSegmentResults Constructor (SegmentPropagator, PropagateSegmentResults) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PropagateSegmentResults(
	SegmentPropagator propagator,
	PropagateSegmentResults results
)
Public Sub New ( 
	propagator As SegmentPropagator,
	results As PropagateSegmentResults
)
public:
PropagateSegmentResults(
	SegmentPropagator^ propagator, 
	PropagateSegmentResults^ results
)
new : 
        propagator : SegmentPropagator * 
        results : PropagateSegmentResults -> PropagateSegmentResultsParameters
- propagator
 - Type: AGI.Foundation.SegmentPropagationSegmentPropagator
The SegmentPropagator that has created these results. - results
 - Type: AGI.Foundation.SegmentPropagationPropagateSegmentResults
The results in which the stoppable results, condition stopped on, stopped on maximum duration and the base results are extracted. 
See Also