CimEmPointEvent.QualityIs_Available (property, read)

Syntax CimEMPointEvent.QualityIs_Available
Description Boolean. Returns TRUE if the value of the point that triggered the event is available, FALSE if the value is unavailable.
Example
Sub Main()
??????Dim p as new CimEMPointEvent
??????Set p = CimGetEmEvent().PointEvent()
??????if p.QualityIs_Available = FALSE then
????????????DoSomething
??????End If
End Sub