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: 25.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
Return Value
Type:
Int32
Remarks
The rule object can be obtained from GetRule or the Rules property.
See Also
Reference