GefAlarmStateColorAnim (object)

Represents the attributes of alarm state color animation on an object.
Description: The GefAlarmStateColorAnim object represents the attributes of alarm state color animation on an object.

Example:

Sub AlarmStateColorAnimation_Application()
    
    Dim oCimObj As GefObject
    Dim oCimAlmColorAnim As GefAlarmStateColorAnimation
    
    Set oCimObj = CimGetObject
    Set oCimAlmColorAnim = oCimObj.AlarmStateColorAnim
    
    MsgBox "The application is " & oCimAlmColorAnim.Application
    
End Sub
Properties: Application , Parent , PointID
Methods: