CimEmPointEvent.QualityDisable_Write (property, read)

Syntax

CimEMPointEvent.QualityDisable_Write

Description

Boolean. Returns TRUE if setpoints have been disabled for the point that triggered the event, FALSE otherwise.

Example

Sub Main()

   Dim p as new CimEMPointEvent

   Set p = CimGetEmEvent().PointEvent()

   if p.QualityDisable_Write Then

      DoSomething

   End If

End Sub

More information

CIMPLICITY Extensions to Basic