Share

ILowLevelSupport.RunExternalRule 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: 30.0

Syntax

VB

Function RunExternalRule ( 
	ruleName As String,
	ruleArguments As NameValueMap
) As Integer

C#

int RunExternalRule(
	string ruleName,
	NameValueMap ruleArguments
)

Parameters

ruleName
Type: System.String
The filename of the rule. The extension can be omitted.
ruleArguments
Type: NameValueMap
A map containing argument names and values.

Return Value

Type: Int32

See Also

Reference

Was this information helpful?