Property Value
A collection of integers where each integer represents the maximum size of the array in that dimension, or 0 if the maximum is unknown.The value of this property cannot be null
(Nothing
in Visual Basic).
The value of this property cannot be null
(Nothing
in Visual Basic).
For scalar variables, this collection is empty.
You can modify the contents of this collection. If you want to replace the whole array dimensions collection, use the UADataVariableExtension.SetArrayDimensions method.
The specified array dimensions will be exposed to OPC UA clients via the OpcLabs.EasyOpc.UA.UAAttributeId.ArrayDimensions attribute. In addition, OPC Wizard will enforce the maximum array bounds automatically (where the specified array dimension is not 0).
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.