Deletes raw or modified 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 HistoryDeleteExt(
string pointName,
string additionalBrowsePath,
DateTime startTime,
DateTime endTime,
bool deleteModified
) |
Visual Basic |
---|
Public Function HistoryDeleteExt ( _
pointName As String, _
additionalBrowsePath As String, _
startTime As DateTime, _
endTime As DateTime, _
deleteModified As Boolean _
) As HistoryOperationResult |
JScript |
---|
public function HistoryDeleteExt(
pointName : String,
additionalBrowsePath : String,
startTime : DateTime,
endTime : DateTime,
deleteModified : boolean
) : HistoryOperationResult |
Parameters
- pointName
- Type: System..::..String
Point name of the source for which history values are to be deleted.
- additionalBrowsePath
- Type: System..::..String
Additional browse path (use Ico.Fwx.ClientWrapper.AdditionalBrowsePaths).
- startTime
- Type: System..::..DateTime
Beginning of period to be deleted.
- endTime
- Type: System..::..DateTime
End of period to be deleted.
- deleteModified
- Type: System..::..Boolean
True for modified data. False for raw data.
Return Value
Result of the history operation.
See Also