QuickOPC User's Guide and Reference
Remove Method (UAContentFilterElementBuilder)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAContentFilterElementBuilder Class : Remove Method
The filter operand to remove.
Removes the first occurrence of a specified object from the FilterOperands.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal filterOperand As UAFilterOperand _
) As Boolean
'Usage
 
Dim instance As UAContentFilterElementBuilder
Dim filterOperand As UAFilterOperand
Dim value As Boolean
 
value = instance.Remove(filterOperand)
public:
bool Remove( 
   UAFilterOperand^ filterOperand
) 

Parameters

filterOperand
The filter operand to remove.

Return Value

true if filterOperand is successfully removed; otherwise, false.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also