OPC Studio User's Guide and Reference
ArrayDimensions Property (UAFieldMetaData)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAFieldMetaData Class : ArrayDimensions Property
Specifies the maximum supported length of each dimension.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property ArrayDimensions As Integer()
 
'Usage
 
Dim instance As UAFieldMetaData
Dim value() As Integer
 
instance.ArrayDimensions = value
 
value = instance.ArrayDimensions

Property Value

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

Remarks

ArrayDimensions are UInt32[] in the OPC UA specification, but in reality, values over System.Int32.MaxValue are unusable.

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