'Declaration
Public Function ReadEncodeableArray( _ ByVal fieldName As String, _ ByVal systemType As Type, _ Optional ByVal encodeableTypeId As ExpandedNodeId _ ) As Array
'Usage
Dim instance As XmlDecoder Dim fieldName As String Dim systemType As Type Dim encodeableTypeId As ExpandedNodeId Dim value As Array value = instance.ReadEncodeableArray(fieldName, systemType, encodeableTypeId)
public Array ReadEncodeableArray( string fieldName, Type systemType, ExpandedNodeId encodeableTypeId )
public: Array^ ReadEncodeableArray( String^ fieldName, Type^ systemType, ExpandedNodeId^ encodeableTypeId )
Parameters
- fieldName
- The encodeable array field name
- systemType
- The system type of the encodeable objects to be read object
- encodeableTypeId
- The TypeId for the IEncodeable instances that will be read.
Return Value
An IEncodeable array that was read from the stream.