Click or drag to resize

IRuleInterface Interface

Interface for a single iLogic rule. Each rule has a class that implements this interface.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface IRuleInterface

The IRuleInterface type exposes the following members.

Methods
  NameDescription
Public methodMain
The main method of the rule. When the rule is run, this method will be called.
Public methodRuleParametersOutput
Applies the modified values of any Inventor parameters used as local variables in this rule to the Inventor model.
Top
See Also