Runs a rule in a document.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Function RunRule ( doc As Document, ruleName As String ) As Integer
C#
int RunRule( Document doc, string ruleName )
Parameters
- doc
- Type: Document
The document that contains the rule. - ruleName
- Type: System.String
The rule name.
Return Value
Type: Int32Zero if successful.