Click or drag to resize

SegmentResults.GetResultsOfSegment Method

This method will do a recursive search through the SegmentResults and return the first results that correspond with the segment, or null if the requested segment's results are not found.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SegmentResults GetResultsOfSegment(
	SegmentDefinition segment
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The identification of segment whose results will be returned.

Return Value

Type: SegmentResults
The requested SegmentResults, or null if there are no results of the segment.
Remarks
If you plan to use this method, it is recommended that you do not use the same SegmentDefinition multiple times. This method will only ever give you the results of the first time that segment was propagated in SegmentList that made this results.
See Also