Click or drag to resize

SegmentListPropagatorCreateNewConfiguration Method

Creates a new configuration for this segment. Derived types should override this and return their configuration that inherits from SegmentListConfiguration.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected virtual SegmentListConfiguration CreateNewConfiguration()

Return Value

Type: SegmentListConfiguration
A new instance of the configuration for this segment.
See Also