AVEVA OMI Software Developer Kit



The desired alarm total to consider.
HasLocalAlarmOfType Method
Used for determining whether a specified alarm count contains any alarms directly raised by the object associated with the specified Reference and not aggregated from a child object.
Syntax
'Declaration
 
Public MustOverride Function HasLocalAlarmOfType( _
   ByVal bit As LocalAlarmExistsBits _
) As Boolean
'Usage
 
Dim instance As AlarmData
Dim bit As LocalAlarmExistsBits
Dim value As Boolean
 
value = instance.HasLocalAlarmOfType(bit)
public abstract bool HasLocalAlarmOfType( 
   LocalAlarmExistsBits bit
)
public:
abstract bool HasLocalAlarmOfType( 
   LocalAlarmExistsBits bit
) 

Parameters

bit
The desired alarm total to consider.

Return Value

True if the specified alarm total contains local alarms, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also