Share

iLogicRule.AutomaticOnParamChange Property

Gets or sets an option that determines whether this rule will run automatically whenever its Inventor parameters are changed.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property AutomaticOnParamChange As Boolean
	Get
	Set

C#

bool AutomaticOnParamChange { get; set; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?