Share

ILowLevelSupport.UpdateWhenDone Property

Gets or sets a property of the rule. If this is True, when the rule finishes it will perform an Update on the document in which it is running.

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

Syntax

VB

Property UpdateWhenDone As Boolean
	Get
	Set

C#

bool UpdateWhenDone { get; set; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?