Click or drag to resize

SegmentListSegments Property

Gets the segments that will get propagated. It is recommended that you do not add the same SegmentDefinition more than once. You will be limited in what results you can easily extract from a SegmentListResults, and the SegmentListConfiguration will only return the configuration of the first SegmentPropagator made from that SegmentDefinition in the list.

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

Property Value

Type: IListSegmentDefinition
See Also