Click or drag to resize

SegmentResultsAdditionalSegmentResults Property

Gets a list of SegmentResults that this segment may have propagated. For a SegmentList this will be the child segments it propagated. For segments that ran optional segments, they will be included here. This list will not have this instance of the results in it.

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<SegmentResults> AdditionalSegmentResults { get; }

Property Value

Type: IListSegmentResults
See Also