Share

IiLogicAutomation.SetRuleRunningOrderOption Method

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

Remarks

Use GetRuleRunningOrderOption(Document) to get the current order.

See Also

Reference

Was this information helpful?