Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public virtual SegmentConfiguration GetSegmentsConfiguration(
	SegmentDefinition segment
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
Which segments configuration to return.

Return Value

Type: SegmentConfiguration
The configuration of the segment.
See Also