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)
Syntaxpublic bool ContainsSegmentConfiguration(
SegmentDefinition segment
)
Public Function ContainsSegmentConfiguration (
segment As SegmentDefinition
) As Boolean
public:
bool ContainsSegmentConfiguration(
SegmentDefinition^ segment
)
member ContainsSegmentConfiguration :
segment : SegmentDefinition -> bool
Parameters
- segment
- Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The SegmentDefinition to check for.
Return Value
Type:
Booleantrue if the
segment has a configuration
stored in this configuration; otherwise
false.
See Also