Gets the project event actions. | |
Syntax: | Set CimEventActionList = object.EventActions |
Description: | The CimProject.EventActions property is
read-only and returns a collection object that is used to add and
modify EventActions. Example Dim project As CimProject Set project = CreateObject("CimProject") project.OpenLocalProject
"c:\cimpdemo\cimpdemo.gef" Dim eventactionlist as CimEventActionList set eventactionList = project.EventActions |