CimEMPointEvent.Value (property, read)

Syntax PointEvent.Value
Description Variant. Returns the value of the point that triggered the event.
Example
Sub Main()
   Dim PointEvent as CimEmPointEvent
   Set PointEvent = CimGetEMEvent().PointEvent()
   PointSet "OUTPUT_POINT", PointEvent.Value + 100
end sub