Share

ILowLevelSupport.RunExternalRule Method (String)

Runs an external rule.

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

Syntax

VB

Function RunExternalRule ( 
	ruleName As String
) As Integer

C#

int RunExternalRule(
	string ruleName
)

Parameters

ruleName
Type: System.String
The filename of the rule. The extension can be omitted.

Return Value

Type: Int32

See Also

Reference

Was this information helpful?