| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim datatypeId As NodeId Dim factory As EncodeableFactory Dim value As Type value = TypeInfo.GetSystemType(datatypeId, factory) | |
| C# | |
|---|---|
| public static Type GetSystemType( NodeId datatypeId, EncodeableFactory factory ) | |
Parameters
- datatypeId
- The datatype id.
- factory
- The factory used to store and retrieve underlying OPC UA system types.
Return Value
The system type for the datatypeId.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    