ViewBuilder Constructor

Standard constructor.
Public Sub New( _ 
ByVal model As Model, _ 
ByVal drawings As Drawings, _ 
Optional ByVal dirtyOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public ViewBuilder( 
Model model
Drawings drawings
bool dirtyOnly = false 
)
This language is not supported or no code example is available.

Parameters

model
Model

The model for building the views.

drawings
Drawings

The drawings control containing sheets with views to rebuild.

dirtyOnly
bool

When true only missing/dirty views are built.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition