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.2.419.0 (24.2.419.0)
Syntax public SegmentResults GetResultsOfSegment(
SegmentDefinition segment
)
Public Function GetResultsOfSegment (
segment As SegmentDefinition
) As SegmentResults
public:
SegmentResults^ GetResultsOfSegment(
SegmentDefinition^ segment
)
member GetResultsOfSegment :
segment : SegmentDefinition -> SegmentResults
Parameters
- segment
- Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The identification of segment whose
results will be returned.
Return Value
Type:
SegmentResultsThe 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