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
int RunRuleDirectWithArguments(
iLogicRule rule,
NameValueMap ruleArguments
)
Parameters
- rule
- Type: Autodesk.iLogic.InterfacesiLogicRule
The rule object. - ruleArguments
- Type: NameValueMap
Arguments to pass to the rule
Return Value
Type:
Int32Remarks The rule object can be obtained from GetRule or the Rules property.
See Also