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.2.419.0 (24.2.419.0)
Syntax public SegmentDefinition GetFirstSegmentDefinitionByName(
string segmentName
)
Public Function GetFirstSegmentDefinitionByName (
segmentName As String
) As SegmentDefinition
public:
SegmentDefinition^ GetFirstSegmentDefinitionByName(
String^ segmentName
)
member GetFirstSegmentDefinitionByName :
segmentName : string -> SegmentDefinition
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