ILowLevelSupportRunExternalRule Method (String) |
Runs an external rule.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function RunExternalRule (
ruleName As String
) As Integer
int RunExternalRule(
string ruleName
)
Parameters
- ruleName
- Type: SystemString
The filename of the rule. The extension can be omitted.
Return Value
Type:
Int32See Also