Click or drag to resize

TargetedSegmentListOperators Property

Gets the operators that this segment will run. Operators will in some way edit the segments configuration which will affect the propagation. The operators will be run in series, the modified segments of one passed into the next.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<TargetedSegmentListOperator> Operators { get; }

Property Value

Type: IListTargetedSegmentListOperator
See Also