Click or drag to resize

SegmentList.GetFirstSegmentDefinitionByName Method

Loops over the Segments in this SegmentList and returns the first one with the specified Name, or null if a segment with that segmentName is not in the list

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SegmentDefinition GetFirstSegmentDefinitionByName(
	string segmentName
)

Parameters

segmentName
Type: System.String
The name of the SegmentDefinition to look for

Return Value

Type: SegmentDefinition
The SegmentListPropagator configured with the segment propagators of all of this definitions segments.
See Also