Click or drag to resize

TargetedSegmentList.Operators 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.3.420.0 (24.3.420.0)
Syntax
public IList<TargetedSegmentListOperator> Operators { get; }

Property Value

Type: IList<TargetedSegmentListOperator>
See Also