Opc.Ua.Core
ReadArray Method (IDecoder)



Opc.Ua Namespace > IDecoder Interface : ReadArray Method
The array field name.
The value rank of the array.
The builtInType of the array elements.
The system type of an encodeable or enum element of the array.
The type id of an encodeable or enum element of the array.
Reads an array with the specified valueRank and the specified BuiltInType.
Syntax
'Declaration
 
Function ReadArray( _
   ByVal fieldName As String, _
   ByVal valueRank As Integer, _
   ByVal builtInType As BuiltInType, _
   Optional ByVal systemType As Type, _
   Optional ByVal encodeableTypeId As ExpandedNodeId _
) As Array
'Usage
 
Dim instance As IDecoder
Dim fieldName As String
Dim valueRank As Integer
Dim builtInType As BuiltInType
Dim systemType As Type
Dim encodeableTypeId As ExpandedNodeId
Dim value As Array
 
value = instance.ReadArray(fieldName, valueRank, builtInType, systemType, encodeableTypeId)

Parameters

fieldName
The array field name.
valueRank
The value rank of the array.
builtInType
The builtInType of the array elements.
systemType
The system type of an encodeable or enum element of the array.
encodeableTypeId
The type id of an encodeable or enum element of the array.

Return Value

An array of the specified builtInType, systemType or encodeableTypeId.
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

IDecoder Interface
IDecoder Members