Gets or sets the Point ID used by the alarm state color animation. | |
Syntax: | VARIANT =
object.PointID object.PointID = VARIANT |
Description: | The PointID property gets or sets the Point
ID used by the alarm state color animation. Example: Sub AlarmStateColorAnimation_PointID() Dim oCimAlmColorAnim As
GefAlarmStateColorAnim Set oCimAlmColorAnim =
CimGetObject.AlarmStateColorAnim MsgBox "The point used in the color
animation is " & _ oCimAlmColorAnim.PointID End Sub |