Share

IiLogicAutomation.RunRuleDirect Method

Runs a rule, by specifying the rule object.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Function RunRuleDirect ( 
	rule As iLogicRule
) As Integer

C#

int RunRuleDirect(
	iLogicRule rule
)

Parameters

rule
Type: Autodesk.iLogic.Interfaces.iLogicRule
The rule object.

Return Value

Type: Int32

Remarks

The rule object can be obtained from GetRule or the Rules property.

See Also

Reference

Was this information helpful?