CimDatabase.RemoveDefaultLogging (method)

Removes a point from a default log.
Syntax: object.RemoveDefaultLogging pointID, defaultType
Parameters:
pointID As String - The name of the point to remove
defaultType As CimDefaultTables - The name of the default table from which to remove the point
Description: The CimDatabase.RemoveDefaultLogging method allows you to quickly remove a point, event, or alarm to one of the default tables.

Example

Dim database As New CimDatabase
RemoveDefaultLogging "POINT1", cimDATA_LOG
RemoveDefaultLogging "ALARM1", cimALARM_LOG
RemoveDefaultLogging "EVENT1", cimEVENT_LOG