IiLogicAutomationRulesOnEventsEnabled Property |
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: 23.0
Syntax Property RulesOnEventsEnabled As Boolean
Get
Set
bool RulesOnEventsEnabled { get; set; }
Property Value
Type:
BooleanSee Also