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: 30.0
Syntax
VB
Function RunRuleDirectWithArguments ( rule As iLogicRule, ruleArguments As NameValueMap ) As Integer
C#
int RunRuleDirectWithArguments( iLogicRule rule, NameValueMap ruleArguments )
Parameters
- rule
- Type: Autodesk.iLogic.Interfaces.iLogicRule
The rule object. - ruleArguments
- Type: NameValueMap
Arguments to pass to the rule