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.2.419.0 (24.2.419.0)
Syntax protected virtual SegmentListConfiguration CreateNewConfiguration()
Protected Overridable Function CreateNewConfiguration As SegmentListConfiguration
protected:
virtual SegmentListConfiguration^ CreateNewConfiguration()
abstract CreateNewConfiguration : unit -> SegmentListConfiguration
override CreateNewConfiguration : unit -> SegmentListConfiguration
Return Value
Type:
SegmentListConfigurationA new instance of the configuration for this segment.
See Also