Click or drag to resize

SegmentListConfiguration.ContainsSegmentConfiguration Method (SegmentDefinition)

Checks to see if the segment has a configuration stored in this configuration.

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

Parameters

segment
Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The SegmentDefinition to check for.

Return Value

Type: Boolean
true if the segment has a configuration stored in this configuration; otherwise false.
See Also