Click or drag to resize

ILowLevelSupportRunRule Method (Object, String, NameValueMap)

Runs a rule with the specified arguments in another component or document.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function RunRule ( 
	componentOrDocName As Object,
	ruleName As String,
	ruleArguments As NameValueMap
) As Integer

Parameters

componentOrDocName
Type: SystemObject
The name of the component or document.
ruleName
Type: SystemString
The name of the rule.
ruleArguments
Type: NameValueMap
A map containing argument names and values.

Return Value

Type: Int32
See Also