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: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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