Share

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: 30.0

Syntax

VB

Public Interface IRuleInterface

C#

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.

See Also

Reference

Was this information helpful?