Gets and sets the format to be used when displaying the point value. | |
Syntax: | String =
object.DisplayFormat object.DisplayFormat = String |
Description: | CimPoint.DisplayFormat is a string used to
specify the display format for the point. DisplayFormat uses the
"C" language format specifiers. %d - Integer Value Display %f - Floating point display Note: For points with EU Conversion or of type REAL you must specify the %f format in order for the value to be displayed correctly in Point Control Panel and CimView. Must be specified for new points. Examples mypoint.DisplayFormat = "%f" |