Sets the rule-running order option in a document.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Sub SetRuleRunningOrderOption ( document As Document, order As RuleRunningOrder )
C#
void SetRuleRunningOrderOption( Document document, RuleRunningOrder order )
Parameters
- document
- Type: Document
The document. - order
- Type: Autodesk.iLogic.Interfaces.RuleRunningOrder