CimEvent.PointID (property)

Gets and sets the PointID.
Syntax: String = object.PointID
object.PointID = String
Description: CimEvent.PointID is a string that contains the name of the point.

Point IDs are always uppercased and truncated to 32 characters.

Examples

The following script sets the point Id of the object.:
myEvent.PointID = "DEMO_COSINE"