Click or drag to resize

SegmentResultsGetResultsOfSegment Method

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

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

Parameters

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

Return Value

Type: SegmentResults
The requested SegmentResults, or 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