Runs a rule in another component or document.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Function RunRule ( componentOrDocName As Object, ruleName As String ) As Integer
C#
int RunRule( Object componentOrDocName, string ruleName )
Parameters
- componentOrDocName
- Type: System.Object
The name of the component or document - ruleName
- Type: System.String
The name of the rule