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



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureField Class : ArrayDimensions Property
Specifies the maximum supported length of each dimension (0 if the maximum is unknown).
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property ArrayDimensions As Long()
 
'Usage
 
Dim instance As UAStructureField
Dim value() As Long
 
instance.ArrayDimensions = value
 
value = instance.ArrayDimensions

Property Value

The value of this property 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