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