SegmentListConfigurationRemoveSegmentConfiguration Method  | 
 
            Removes the configuration of the segment from this configuration.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool RemoveSegmentConfiguration(
	SegmentDefinition segment
)
Public Function RemoveSegmentConfiguration ( 
	segment As SegmentDefinition
) As Boolean
public:
bool RemoveSegmentConfiguration(
	SegmentDefinition^ segment
)
member RemoveSegmentConfiguration : 
        segment : SegmentDefinition -> bool 
Parameters
- segment
 - Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The segment whose configuration we are removing. 
Return Value
Type: 
Boolean if the segments' configuration was removed successfully; otherwise 
.
See Also