It may have the following values:
n > 1: the dataType is an array with the specified number of dimensions.
OneDimension (1): The dataType is an array with one dimension.
OneOrMoreDimensions (0): The dataType is an array with one or more dimensions.
Scalar (−1): The dataType is not an array.
Any (−2): The dataType can be a scalar or an array with any number of dimensions.
ScalarOrOneDimension (−3): The dataType can be a scalar or a one dimensional array.
NOTE All DataTypes are considered to be scalar, even if they have array-like semantics like ByteString and String.
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UaArgument Dim value As Integer value = instance.ValueRank instance.ValueRank = value |
C# | |
---|---|
public int ValueRank |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x