Click or drag to resize

PropagateSegmentConfiguration Constructor (StoppablePropagator, DictionarySegmentDefinition, SegmentConfiguration)

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 PropagateSegmentConfiguration(
	StoppablePropagator propagator,
	Dictionary<SegmentDefinition, SegmentConfiguration> autoSegmentConfigurations
)

Parameters

propagator
Type: AGI.Foundation.PropagatorsStoppablePropagator
The StoppablePropagator that will be used to propagate the SegmentPropagator that corresponds with this configuration.
autoSegmentConfigurations
Type: System.Collections.GenericDictionarySegmentDefinition, SegmentConfiguration
The configurations for all auto sequences.
See Also