Runs an external rule.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.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