Gets and sets the boolean flag indicating if the point uses EU Conversion | |
Syntax: | Boolean =
object.EuExists object.EuExists = Boolean |
Description: | CimPoint.EuExists is a boolean indicating
if the point uses EU Conversion. Setting this to False will remove
EU Conversion for the point. Setting this to True will enable EU
Conversion for the point. Defaults to False for a new point. Examples mypoint.EuExists = False |