WriteParams(IList<Entity>, LayerKeyedCollection, BlockKeyedCollection, Boolean) Constructor

Constructor with the collections
Public Sub New( _ 
Optional ByVal entities As IList(Of Entity) = null, _ 
Optional ByVal layers As LayerKeyedCollection = null, _ 
Optional ByVal blocks As BlockKeyedCollection = null, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public WriteParams( 
IList<Entity> entities = null, 
LayerKeyedCollection layers = null, 
BlockKeyedCollection blocks = null, 
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

entities
IList<Entity>

The entities collection. If it's null or empty, the entities of the root block, if it exists, will be exported.

layers
LayerKeyedCollection

The layers collection.

blocks
BlockKeyedCollection

The blocks collection.

selectedOnly
bool

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

.NET Framework

Supported in: 4.8

In this article

Definition