ILowLevelSupportRunRule Method (Object, String) |
Runs a rule in another component or document.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function RunRule (
componentOrDocName As Object,
ruleName As String
) As Integer
int RunRule(
Object componentOrDocName,
string ruleName
)
Parameters
- componentOrDocName
- Type: SystemObject
The name of the component or document - ruleName
- Type: SystemString
The name of the rule
Return Value
Type:
Int32See Also