Drawings.Rebuild Method

Rebuilds sheets on this drawings.
Public Sub Rebuild( _ 
ByVal model As Model, _ 
Optional ByVal async As Boolean = false, _ 
Optional ByVal dirtyOnly As Boolean = true _ 
)
This language is not supported or no code example is available.
public void Rebuild( 
Model model
bool async = false, 
bool dirtyOnly = 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.

dirtyOnly
bool

When true only missing/dirty views are built.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition