Gets or sets a value that indicates whether rules-on-events (event triggers) are enabled or not.
Set this to False if there may be rules that run on document Open or Close (or other events), and
you know you don't want them to run when calling from automation.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Property RulesOnEventsEnabled As Boolean Get Set
C#
bool RulesOnEventsEnabled { get; set; }