VectorView.UpdateViewBlock Method

Adds or removes the hidden segments from the block of the view.
Public Sub UpdateViewBlock( _ 
ByVal add As Boolean, _ 
ByVal model As Model, _ 
ByVal drawings As Drawings
)
This language is not supported or no code example is available.
public void UpdateViewBlock( 
bool add
Model model
Drawings drawings 
)
This language is not supported or no code example is available.

Parameters

add
bool

If true, add the segments; otherwise it removes them.

model
Model

The Model environment

drawings
Drawings

the Drawings environment

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition