WriteDatabaseParams(Environment, Drawings, Boolean) Constructor

Constructor with the Model.
Public Sub New( _ 
ByVal model As Environment, _ 
ByVal drawings As Drawings, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public WriteDatabaseParams( 
Environment model
Drawings drawings
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

model
Environment

The Model control.

drawings
Drawings

The Drawings control.

selectedOnly
bool

If true, only selected entities at root level are written.

.NET Framework

Supported in: 4.8

In this article

Definition