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 dirtyOnly 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 dirtyOnly = 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.

dirtyOnly
bool

When true only missing/dirty views are built.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition