Overview |
An object used by the Event Manager to hold information about the event that triggered the action. |
Example |
Sub Main() Dim event as CimEMEvent Set event = CimGetEMEvent() PointSet "LAST_EVENT_ID", event.EventId End Sub |
Note |
CimEMEvent can only sbe used from the Event Manager. It is not valid in CimView/CimEdit. |
CIMPLICITY Extensions to Basic |