Public Interface iLogicRule
public interface iLogicRule
The iLogicRule type exposes the following members.
| Name | Description | |
|---|---|---|
| AutomaticOnParamChange |
Gets or sets an option that determines whether this rule will run automatically whenever its Inventor parameters are changed.
| |
| FireDependentImmediately |
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.
| |
| IsActive |
Suppresses or unsuppresses the rule. True if the rule is not suppressed.
| |
| Name |
Gets or sets the name of the rule.
| |
| SilentOperation |
Gets or sets the value of ThisApplication.SilentOperation that should be used while this rule is being run.
| |
| Text |
Gets or sets the rule text (rule VB code).
|