CimEvent.Actions (read-only property)

Get the list of actions for the event.
Syntax: Set object = object.Actions
Description: CimEvent.Actions returns a refrence to an action list. Based on the type of event this is a class or a project event this property will return a different instance.
Project CimEventActionList
Class CimClassEventActionList


Examples

Dim actionList as CimEventActionList
[OR]
Dim actionList as CimClassEventActionList

actionList = cimEvent.Actions