SegmentDefinition.RemoveElement Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.String
The propagation element to attempt to remove.
Return Value
Type:
Booleantrue if the element was successfully removed; otherwise
false.
Exceptions
See Also