SegmentListConfigurationGetSegmentsConfiguration Method (SegmentDefinition) |
Gets the segment configuration for the segment, or if there is no
configuration for the segment in this.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual SegmentConfiguration GetSegmentsConfiguration(
SegmentDefinition segment
)
Public Overridable Function GetSegmentsConfiguration (
segment As SegmentDefinition
) As SegmentConfiguration
public:
virtual SegmentConfiguration^ GetSegmentsConfiguration(
SegmentDefinition^ segment
)
abstract GetSegmentsConfiguration :
segment : SegmentDefinition -> SegmentConfiguration
override GetSegmentsConfiguration :
segment : SegmentDefinition -> SegmentConfiguration
Parameters
- segment
- Type: AGI.Foundation.SegmentPropagationSegmentDefinition
Which segments configuration to return.
Return Value
Type:
SegmentConfigurationThe configuration of the
segment.
See Also