CimPoint.Description (property)

Gets and sets the description for the point.
Syntax: String = object.Description
object.Description = String
Description: CimPoint.Description is a mixed case string of 40 characters or less. Longer strings will be automatically truncated. Descriptions also appear as the tool-tip for the point when browsing or configuring points. Defaults to the empty string when creating a new point.

Examples

mypoint.Description = "Tank 2 Limit Switch 1"