| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As EncodeableFactory Dim encodingId As ExpandedNodeId Dim systemType As Type instance.AddEncodeableType(encodingId, systemType) | |
| C# | |
|---|---|
| public void AddEncodeableType( ExpandedNodeId encodingId, Type systemType ) | |
Parameters
- encodingId
- A NodeId for a Data Type Encoding node
- systemType
- The system type to use for the specified encoding.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    