Gets the rule-running order option in a document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.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