Rule running order options.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Public Enumeration RuleRunningOrder
C#
public enum RuleRunningOrder
Members
| Member name | Value | Description | |
|---|---|---|---|
| Legacy | 0 | The running order for rules triggered to run by other rules that was used in Inventor 2020 and earlier. | |
| Browser | 1 | When possible, run rules that are triggered to run by another rule in the order in which they are shown in the browser. |
