Share

IMultiValueParam.UpdateAfterChange Property

If this is true, a document update will be performed automatically after a parameter value is changed by a MultiValue operation in the current rule.

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

Syntax

VB

Property UpdateAfterChange As Boolean
	Get
	Set

C#

bool UpdateAfterChange { get; set; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?