ILowLevelSupportRunRule Method (String, NameValueMap) |
Runs a rule with the specified arguments.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function RunRule (
ruleName As String,
ruleArguments As NameValueMap
) As Integer
int RunRule(
string ruleName,
NameValueMap ruleArguments
)
Parameters
- ruleName
- Type: SystemString
the name of the rule - ruleArguments
- Type: NameValueMap
a map containing argument names and values
Return Value
Type:
Int32See Also