Inserts 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 HistoryInsertExt( string pointName, string additionalBrowsePath, SampleValueCollection values ) |
Visual Basic |
---|
Public Function HistoryInsertExt ( _ pointName As String, _ additionalBrowsePath As String, _ values As SampleValueCollection _ ) As HistoryOperationResult |
JScript |
---|
public function HistoryInsertExt( 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
New values to be inserted.