Sheet.AddViewPlaceHolder Method

Creates a block with the placeholder entities, adds it to the Drawings and adds the View to the Entities if not already present.
Public Sub AddViewPlaceHolder( _ 
ByVal view As View, _ 
ByVal model As Model, _ 
ByVal drawings As Drawings, _ 
Optional ByVal placeHolderText As String = null _ 
)
This language is not supported or no code example is available.
public void AddViewPlaceHolder( 
View view
Model model
Drawings drawings
string placeHolderText = null 
)
This language is not supported or no code example is available.

Parameters

view
View

The view.

model
Model

The model control.

drawings
Drawings

The drawings control containing the sheet.

placeHolderText
string

The placeholder text. If null the view name is used.

Remarks
 

The block is added only if it doesn't already exist.

The view is not rebuilt.

.NET Framework

Supported in: 4.8

In this article

Definition