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.2.419.0 (24.2.419.0)
Syntax public 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