Overview
An Event Manager Object used to contain information about a Point Event
Example
Sub Main()
Dim PointEvent as CimEmPointEvent
Set PointEvent = CimGetEMEvent().PointEvent()
' perform processing
' reset the event point to 0
PointSet PointEvent.Id, 0
end sub
More information
CIMPLICITY Extensions to Basic