OPC Studio User's Guide and Reference
Add Method (UAContentFilterElementBuilder)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UAContentFilterElementBuilder Class : Add Method
The filter operand to be added.

The value of this parameter cannot be null (Nothing in Visual Basic).

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)

Parameters

filterOperand
The filter operand to be added.

The value of this parameter cannot be null (Nothing in Visual Basic).

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