ViewBuilder(Model, Drawings, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal model As Model, _ 
ByVal drawings As Drawings, _ 
Optional ByVal changedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public ViewBuilder( 
Model model
Drawings drawings
bool changedOnly = 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.

changedOnly
bool

When true only missing/changed views are built.

.NET Framework

Supported in: 4.8

In this article

Definition