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.2.419.0 (24.2.419.0)
Syntax public IList<SegmentResults> AdditionalSegmentResults { get; }
Public ReadOnly Property AdditionalSegmentResults As IList(Of SegmentResults)
Get
public:
property IList<SegmentResults^>^ AdditionalSegmentResults {
IList<SegmentResults^>^ get ();
}
member AdditionalSegmentResults : IList<SegmentResults> with get
Property Value
Type:
IListSegmentResultsSee Also