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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAContentFilterElementBuilder Class : Add Method
The filter operand to be added.
Adds a filter operand to the end of the FilterOperands.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal filterOperand As UAFilterOperand _
) 
'Usage
 
Dim instance As UAContentFilterElementBuilder
Dim filterOperand As UAFilterOperand
 
instance.Add(filterOperand)
public void Add( 
   UAFilterOperand filterOperand
)
public:
void Add( 
   UAFilterOperand^ filterOperand
) 

Parameters

filterOperand
The filter operand to be added.
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