Click or drag to resize

iLogicRule Interface

Interface to an iLogic rule.

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

The iLogicRule type exposes the following members.

Properties
  NameDescription
Public propertyAutomaticOnParamChange
Gets or sets an option that determines whether this rule will run automatically whenever its Inventor parameters are changed.
Public propertyFireDependentImmediately
Gets or sets an option that determines whether rules that are triggered to run by parameter changes in this rule will be run immediately, or after this rule finishes execution.
Public propertyIsActive
Suppresses or unsuppresses the rule. True if the rule is not suppressed.
Public propertyName
Gets or sets the name of the rule.
Public propertySilentOperation
Gets or sets the value of ThisApplication.SilentOperation that should be used while this rule is being run.
Public propertyText
Gets or sets the rule text (rule VB code).
Top
See Also