| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As NodeState Dim context As ISystemContext Dim mappingTable As Dictionary(Of NodeId,NodeId) instance.UpdateReferenceTargets(context, mappingTable) | |
| C# | |
|---|---|
| public virtual void UpdateReferenceTargets( ISystemContext context, Dictionary<NodeId,NodeId> mappingTable ) | |
Parameters
- context
- The context.
- mappingTable
- A table mapping the old node ids to the new node ids.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    