QuickOPC User's Guide and Reference
ArrayDimensions Property (UAStructureField)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureField Class : ArrayDimensions Property
Specifies the maximum supported length of each dimensions (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
[NotNull()]
public long[] ArrayDimensions {get; set;}
[NotNull()]
public:
property array<int64>^ ArrayDimensions {
   array<int64>^ get();
   void set (    array<int64>^ value);
}
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