| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As TypeTable Dim subTypeId As NodeId Dim superTypeId As NodeId instance.AddSubtype(subTypeId, superTypeId) | |
| C# | |
|---|---|
| public void AddSubtype( NodeId subTypeId, NodeId superTypeId ) | |
Parameters
- subTypeId
- The sub type identifier.
- superTypeId
- The super type identifier.
            Updates the any existing entry.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    