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