CimEmPointEvent.QualityStale_Data (property, read)

Syntax

CimEMPointEvent.QualityStale_Data

Description

Boolean. Returns TRUE if the value of the point that triggered the event is stale, otherwise FALSE.

Example

Sub Main()

   Dim p as new CimEMPointEvent

   Set p = CimGetEmEvent().PointEvent()

   if p.QualityStale_Data = TRUE

      DoSomething

   End If

End Sub

More information

CIMPLICITY Extensions to Basic