Share

ILowLevelSupport.RunRule Method (String, NameValueMap)

Runs a rule with the specified arguments.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

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

C#

int RunRule(
	string ruleName,
	NameValueMap ruleArguments
)

Parameters

ruleName
Type: System.String
the name of the rule
ruleArguments
Type: NameValueMap
a map containing argument names and values

Return Value

Type: Int32

See Also

Reference

Was this information helpful?