Updates data of the point.
Namespace: Ico.Fwx.ClientWrapperAssembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public HistoryOperationResult HistoryUpdate( string pointName, SampleValueCollection values ) |
Visual Basic |
---|
Public Function HistoryUpdate ( _ pointName As String, _ values As SampleValueCollection _ ) As HistoryOperationResult |
JScript |
---|
public function HistoryUpdate( pointName : String, values : SampleValueCollection ) : HistoryOperationResult |
Parameters
- pointName
- Type: System..::..String
Point name of the source to be updated.
- values
- Type: Ico.Fwx.ClientWrapper..::..SampleValueCollection
Values to be updated.