Click or drag to resize

SegmentListResultsIsSegmentContainedInThisList Method

Returns if the segment was propagated by the SegmentPropagator that produced this list of SegmentResults. Be aware that it will return once it finds the first SegmentPropagator made with the matching segment.

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

Parameters

segment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition to check this SegmentListResults for.

Return Value

Type: Boolean
if the segment was propagated by the propagator that produced this results; otherwise .
See Also