Click or drag to resize

IiLogicAutomationRunRuleDirect Method

Runs a rule, by specifying the rule object.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function RunRuleDirect ( 
	rule As iLogicRule
) As Integer

Parameters

rule
Type: Autodesk.iLogic.InterfacesiLogicRule
The rule object.

Return Value

Type: Int32
Remarks
The rule object can be obtained from GetRule or the Rules property.
See Also