SegmentListConfigurationContainsSegmentConfiguration 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: 24.2.419.0 (24.2.419.0)
Syntax public 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.SegmentPropagationSegmentDefinition
The SegmentDefinition to check for.
Return Value
Type:
Boolean if the
segment has a configuration
stored in this configuration; otherwise
.
See Also