Drawings.Rebuild Method

Rebuilds sheets on this drawings.
Public Sub Rebuild( _ 
ByVal model As Model, _ 
Optional ByVal async As Boolean = false, _ 
Optional ByVal changedOnly As Boolean = true _ 
)
This language is not supported or no code example is available.
public void Rebuild( 
Model model
bool async = false, 
bool changedOnly = true 
)
This language is not supported or no code example is available.

Parameters

model
Model

The model control.

async
bool

When true the blocks are built asynchronously and must be added/updated at the Environment.WorkCompleted event by calling ViewBuilder.AddToDrawings, otherwise they're built synchronously.

changedOnly
bool

When true only missing/changed views are built.

.NET Framework

Supported in: 4.8

In this article

Definition