Opc.Ua.Core
ArrayDimensions Property (BaseVariableState)



Opc.Ua Namespace > BaseVariableState Class : ArrayDimensions Property
The number of dimensions for an array values with one or more fixed dimensions.
Syntax
'Declaration
 
Public Property ArrayDimensions As ReadOnlyList(Of UInteger)
'Usage
 
Dim instance As BaseVariableState
Dim value As ReadOnlyList(Of UInteger)
 
instance.ArrayDimensions = value
 
value = instance.ArrayDimensions
public ReadOnlyList<uint> ArrayDimensions {get; set;}
public:
property ReadOnlyList<uint>^ ArrayDimensions {
   ReadOnlyList<uint>^ get();
   void set (    ReadOnlyList<uint>^ value);
}

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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseVariableState Class
BaseVariableState Members