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: 30.0
Syntax
VB
Public Interface IRuleInterface
C#
public interface IRuleInterface
The IRuleInterface type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Main |
The main method of the rule. When the rule is run, this method will be called.
|
![]() | RuleParametersOutput |
Applies the modified values of any Inventor parameters used as local variables in this rule to the Inventor model.
|