'DeclarationPublic Function ReadEncodeable( _ ByVal fieldName As String, _ ByVal systemType As Type, _ Optional ByVal encodeableTypeId As ExpandedNodeId _ ) As IEncodeable
'UsageDim instance As XmlDecoder Dim fieldName As String Dim systemType As Type Dim encodeableTypeId As ExpandedNodeId Dim value As IEncodeable value = instance.ReadEncodeable(fieldName, systemType, encodeableTypeId)
public IEncodeable ReadEncodeable( string fieldName, Type systemType, ExpandedNodeId encodeableTypeId )
public: 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.