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

Glossary Item Box

The number of array dimensions permitted for the variable value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseVariableState
Dim value As Integer
 
instance.ValueRank = value
 
value = instance.ValueRank
C# 
[DataMemberAttribute(Name="ValueRank", 
   Order=2, 
   EmitDefaultValue=false, 
   IsNameSetExplicitly=true)]
public int ValueRank {get; set;}

Property Value

The value rank.

Remarks

Indicates whether the DataType is an array and how many dimensions the array has.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.