Sheet.Rebuild Method

Rebuilds outdated views on this sheet.
Public Sub Rebuild( _ 
ByVal model As Model, _ 
ByVal drawings As Drawings, _ 
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
Drawings drawings
bool async = false, 
bool changedOnly = true 
)
This language is not supported or no code example is available.

Parameters

model
Model

The model control.

drawings
Drawings

The drawings 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