| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Session Dim nodesToUpdate As IList(Of UpdateStructureDataDetails) Dim value As List(Of HistoryDataUpdateResult) value = instance.HistoryUpdateStructureData(nodesToUpdate) | |
| C# | |
|---|---|
public List<HistoryDataUpdateResult> HistoryUpdateStructureData( IList<UpdateStructureDataDetails> nodesToUpdate ) | |
Parameters
- nodesToUpdate
- The list of variable nodes to update, including the data provided for the update.
Return Value
The results for the update operation.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x