ILowLevelSupportRunExternalRule Method (String, NameValueMap) |
Runs an external rule with the specified arguments.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function RunExternalRule (
ruleName As String,
ruleArguments As NameValueMap
) As Integer
int RunExternalRule(
string ruleName,
NameValueMap ruleArguments
)
Parameters
- ruleName
- Type: SystemString
The filename of the rule. The extension can be omitted. - ruleArguments
- Type: NameValueMap
A map containing argument names and values.
Return Value
Type:
Int32See Also