Click or drag to resize

IiLogicAutomationRunRuleDirectWithArguments Method

Runs a rule, by specifying the rule object, also passing arguments to the rule.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function RunRuleDirectWithArguments ( 
	rule As iLogicRule,
	ruleArguments As NameValueMap
) As Integer

Parameters

rule
Type: Autodesk.iLogic.InterfacesiLogicRule
The rule object.
ruleArguments
Type: NameValueMap
Arguments to pass to the rule

Return Value

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