EasyUA Reference
ArrayDimensions Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BaseVariableState Class : ArrayDimensions Property

Glossary Item Box

The number of dimensions for an array values with one or more fixed dimensions.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseVariableState
Dim value As ReadOnlyList(Of UInteger)
 
instance.ArrayDimensions = value
 
value = instance.ArrayDimensions
C# 
public ReadOnlyList<uint> ArrayDimensions {get; set;}

Property Value

The array dimensions.

Remarks

If the Value Rank does not identify an array of a specific dimension (i.e. ValueRank <= 0) the Array Dimensions attribute can either be set to null or the attribute is missing. This behaviour is vendor-specific. If the Value Rank attribute specifies an array of a specific dimension (i.e. ValueRank > 0) then the Array Dimensions attribute shall be specified in the table defining the Variable.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.