Share

IiLogicAutomation.GetRuleRunningOrderOption Method

Gets 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

Function GetRuleRunningOrderOption ( 
	document As Document
) As RuleRunningOrder

C#

RuleRunningOrder GetRuleRunningOrderOption(
	Document document
)

Parameters

document
Type: Document
The document.

Return Value

Type: RuleRunningOrder

See Also

Reference

Was this information helpful?