| SegmentDefinitionRemoveElement Method  | 
  
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
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: SystemString
 The propagation element to attempt to remove.
Return Value
Type: 
Boolean if the element was successfully removed; otherwise 
.
            
 Exceptions
Exceptions See Also
See Also