Share

ILowLevelSupport.RunRule Method (String)

Runs a rule in the current document.

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

Syntax

VB

Function RunRule ( 
	ruleName As String
) As Integer

C#

int RunRule(
	string ruleName
)

Parameters

ruleName
Type: System.String

Return Value

Type: Int32

See Also

Reference

Was this information helpful?