Click or drag to resize

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

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