Sets and gets the point ID. | |
Syntax: | String =
object.PointID object.PointID = String |
Description: | CimPoint.PointID is a string that contains
the name of the point. Point ID's are always uppercased and truncated to 32 characters. Since this is the default property of the object, you can omit it when assigning or using it. Examples The following script sets the point Id of the object.: mypoint.PointID = "DEMO_COSINE" |