OPC Studio User's Guide and Reference
Any Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAValueRanks Class : Any Field
The variable may be a scalar or an array of any dimension. Equals to -2.
Syntax
'Declaration
 
Public Const Any As Integer
'Usage
 
Dim value As Integer
 
value = UAValueRanks.Any
public const int Any
public:
const int Any
Remarks

This value rank is used to indicate that the variable's value can be either a single value (scalar) or an array with any number of dimensions. It provides the highest level of flexibility in the types of data the variable can represent.

The corresponding traditional array rank value would be 0, 1, 2, ... .

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