CimTable.DeleteLoggedPoint (method)

Removes the given logged point from the table.
Syntax: object.DeleteLoggedPoint pointID
Parameters:
pointID As String - The name of the point to delete
Description: The CimTable.DeleteLoggedPoint method allows you to remove a point from a table.

Example

Dim table As CimTable
Set table = database.GetTable("THIS_TABLE2")
table.DeleteLoggedPointPoint "POINT2"