ICIEventRules Interface
The ICIEventRules interface allows you to make changes to the Event Rule settings.
interface ICIEventRules : IDispatch
Methods
-
Function Add(lIndex As Long, pdispParams As Object) As Object
Add an Event Rule at a specified position.
HRESULT Add( [in]long lIndex, [in] IDispatch* pdispParams, [out, retval] IDispatch** ppdispNewRule);
EFT v5.2 and later
Retrieves the number of Event Rules.
HRESULT Count([out, retval] long* plCount);
EFT v5.2 and later
Deletes an Event Rule by index.
HRESULT Delete([in] long lIndex);
EFT v5.2 and later
Find an Event Rule by name.
HRESULT Find([in] BSTR strName,[out, retval] IDispatch **ppdisp);
EFT v5.2 and later
Retrieves or specifies an Event Rule object by index. (Refer to ICIEventRule interface.)
HRESULT Item([in] long lIndex, [out, retval] IDispatch **ppdispRule);
EFT v5.2 and later
Related Topics