Click or drag to resize

SegmentListGetFirstSegmentDefinitionByName Method

Loops over the Segments in this SegmentList and returns the first one with the specified Name, or 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: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentDefinition GetFirstSegmentDefinitionByName(
	string segmentName
)

Parameters

segmentName
Type: SystemString
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