Gets and sets the PointID. | |
Syntax: | String =
object.PointID object.PointID = String |
Description: | CimAction.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.: myAction.PointID = "DEMO_COSINE" |