SegmentDefinitionRemoveElement Method |
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 RemoveElement(
string element
)
Public Function RemoveElement (
element As String
) As Boolean
public:
bool RemoveElement(
String^ element
)
member RemoveElement :
element : string -> bool
Parameters
- element
- Type: SystemString
The propagation element to attempt to remove.
Return Value
Type:
Boolean if the element was successfully removed; otherwise
.
Exceptions See Also