'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)
Array ReadArray( string fieldName, int valueRank, BuiltInType builtInType, Type systemType, ExpandedNodeId encodeableTypeId )
Array^ ReadArray( String^ fieldName, int valueRank, BuiltInType builtInType, Type^ systemType, ExpandedNodeId^ 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.