Deletes raw or modified 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 HistoryDelete(
	string pointName,
	DateTime startTime,
	DateTime endTime,
	bool deleteModified
)
Visual Basic
Public Function HistoryDelete ( _
	pointName As String, _
	startTime As DateTime, _
	endTime As DateTime, _
	deleteModified As Boolean _
) As HistoryOperationResult
JScript
public function HistoryDelete(
	pointName : 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.
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