ViewBuilder.AddToDrawings Method

Adds views and blocks to the drawings control.
Public Sub AddToDrawings( _ 
ByVal drawings As Drawings
)
This language is not supported or no code example is available.
public void AddToDrawings( 
Drawings drawings 
)
This language is not supported or no code example is available.

Parameters

drawings
Drawings

The drawings control.

Remarks
 
If a block already exists its entities are replaced with the new one.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition