SegmentListResultsIsSegmentContainedInThisList Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsSegmentContainedInThisList(
SegmentDefinition segment
)
Public Function IsSegmentContainedInThisList (
segment As SegmentDefinition
) As Boolean
public:
bool IsSegmentContainedInThisList(
SegmentDefinition^ segment
)
member IsSegmentContainedInThisList :
segment : SegmentDefinition -> bool
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