CimPoint.PointTypeID (property)

Gets and sets the data type for the point.
Syntax: String = object.PointTypeID
object.PointTypeID = String
Description: CimPoint.PointTypeID is a string containing the Point Type of the Point. Any of the point types that are available in configuration can be used here such as UINT, USINT, INT, SINT, STRING_20, etc. Must be specified when creating a new point.

Examples

mypoint.PointTypeID = "INT"