IRuleInterface Interface |
Namespace: Autodesk.iLogic.Interfaces
The IRuleInterface type exposes the following members.
Name | Description | |
---|---|---|
Main |
The main method of the rule. When the rule is run, this method will be called.
| |
RuleParametersInit |
Loads the values of any Inventor parameters used as local variables from the Inventor model to this rule.
| |
RuleParametersOutput |
Applies the modified values of any Inventor parameters used as local variables in this rule to the Inventor model.
| |
SetHost |