View.Rebuild Method

Rebuilds blocks related to all the dirty views.
Public Function Rebuild( _ 
ByVal model As Model, _ 
ByVal sheet As Sheet, _ 
ByVal drawings As Drawings, _ 
Optional ByVal async As Boolean = false _ 
) As Block
This language is not supported or no code example is available.
public Block Rebuild( 
Model model
Sheet sheet
Drawings drawings
bool async = false 
)
This language is not supported or no code example is available.

Parameters

model
Model

The model control.

sheet
Sheet

The parent sheet of the view.

drawings
Drawings

The parent drawings control.

async
bool

When true the related block is built asynchronously and must be added at the Environment.WorkCompleted event, otherwise it's built synchronously.

Return Value

Block

The rebuilt block.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition