Click or drag to resize

SegmentDefinitionRemoveElement Method

Removes the StateElementAdapterDefinition for the specified element.

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

Parameters

element
Type: SystemString
The propagation element to attempt to remove.

Return Value

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