CimEmPointEvent.Quality (property, read)

Syntax CimEMPointEvent.Quality
Description Long. Returns the 16-bit quality mask for the point that triggered the event.
Example
Sub Main()
   Dim p as new CimEMPointEvent
   Set p = CimGetEmEvent().PointEvent()
   X = p.Quality
End Sub