Click or drag to resize

PropagateSegment Constructor (StoppablePropagatorDefinition)

Initializes a new instance with a StoppablePropagator.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PropagateSegment(
	StoppablePropagatorDefinition stoppablePropagator
)

Parameters

stoppablePropagator
Type: AGI.Foundation.PropagatorsStoppablePropagatorDefinition
The StoppablePropagator that will be propagated by this segment. Note that this segment will modify properties on this propagator, such as its adapters.
See Also