Updates data of the point.

Namespace: Ico.Fwx.ClientWrapper
Assembly: IcoFwxClientWrapper (in IcoFwxClientWrapper.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public HistoryOperationResult HistoryUpdateExt(
	string pointName,
	string additionalBrowsePath,
	SampleValueCollection values
)
Visual Basic
Public Function HistoryUpdateExt ( _
	pointName As String, _
	additionalBrowsePath As String, _
	values As SampleValueCollection _
) As HistoryOperationResult
JScript
public function HistoryUpdateExt(
	pointName : String, 
	additionalBrowsePath : String, 
	values : SampleValueCollection
) : HistoryOperationResult

Parameters

pointName
Type: System..::..String
Point name of the source to be updated.
additionalBrowsePath
Type: System..::..String
Additional browse path (use Ico.Fwx.ClientWrapper.AdditionalBrowsePaths).
values
Type: Ico.Fwx.ClientWrapper..::..SampleValueCollection
Values to be updated.

Return Value

Result of the history operation.

See Also