Sketch.DeferUpdates Property
Parent Object: SketchDescription
Gets and Sets whether to defer the solving of the sketch or not.
Syntax
Sketch.DeferUpdates() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Defer sketch updates | This sample demonstrates the sketch defer update functionality. |