Click or drag to resize

ILowLevelSupportRunRule Method (Object, String)

Runs a rule 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
) As Integer

Parameters

componentOrDocName
Type: SystemObject
The name of the component or document
ruleName
Type: SystemString
The name of the rule

Return Value

Type: Int32
See Also