Click or drag to resize

SegmentListConfiguration.RemoveSegmentConfiguration 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)
Syntax
public bool RemoveSegmentConfiguration(
	SegmentDefinition segment
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The segment whose configuration we are removing.

Return Value

Type: Boolean
true if the segments' configuration was removed successfully; otherwise false.
See Also