Gets the CimPointAlarm child object. | |
Syntax: | Set CimPointAlarm = object.PointAlarm |
Description: | CimPoint.PointAlarm returns an object that
can be used for setting the Point Alarm information. New points
default to not having an alarm. Examples Dim pa as CimPointAlarm Set pa = MyPoint.PointAlarm |