Click or drag to resize

ChangePropagateSegmentsPropagatorOperator Constructor (PropagateSegment, StoppablePropagatorDefinition)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ChangePropagateSegmentsPropagatorOperator(
	PropagateSegment segment,
	StoppablePropagatorDefinition newPropagator
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationPropagateSegment
The PropagateSegment that this operator will affect.
newPropagator
Type: AGI.Foundation.PropagatorsStoppablePropagatorDefinition
The StoppablePropagatorDefinition that will replace the underlying propagator in the Segment.
See Also