Click or drag to resize

SegmentDefinition.RemoveElement Method

Removes the StateElementAdapterDefinition for the specified element.

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 RemoveElement(
	string element
)

Parameters

element
Type: System.String
The propagation element to attempt to remove.

Return Value

Type: Boolean
true if the element was successfully removed; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when element is null.
See Also