WriteFileParams(IList<Entity>, LayerKeyedCollection, BlockKeyedCollection, MaterialKeyedCollection, TextStyleKeyedCollection, LineTypeKeyedCollection, contentType, serializationType, linearUnitsType, Boolean, Drawings) 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 materials As MaterialKeyedCollection = null, _ 
Optional ByVal textStyles As TextStyleKeyedCollection = null, _ 
Optional ByVal lineTypes As LineTypeKeyedCollection = null, _ 
Optional ByVal contentType As contentType = contentType.GeometryAndTessellation, _ 
Optional ByVal serializationType As serializationType = serializationType.Uncompressed, _ 
Optional ByVal units As linearUnitsType = Environment.DefaultUnits, _ 
Optional ByVal selectedOnly As Boolean = false, _ 
Optional ByVal drawings As Drawings = null _ 
)
This language is not supported or no code example is available.
public WriteFileParams( 
IList<Entity> entities = null, 
LayerKeyedCollection layers = null, 
BlockKeyedCollection blocks = null, 
MaterialKeyedCollection materials = null, 
TextStyleKeyedCollection textStyles = null, 
LineTypeKeyedCollection lineTypes = null, 
contentType contentType = contentType.GeometryAndTessellation, 
serializationType serializationType = serializationType.Uncompressed, 
linearUnitsType units = Environment.DefaultUnits, 
bool selectedOnly = false, 
Drawings drawings = null 
)
This language is not supported or no code example is available.

Parameters

entities
IList<Entity>

The entities collection.

layers
LayerKeyedCollection

The layers collection.

blocks
BlockKeyedCollection

The blocks collection.

materials
MaterialKeyedCollection

The materials collection.

textStyles
TextStyleKeyedCollection

The text styles collection.

lineTypes
LineTypeKeyedCollection

The line types collection.

contentType
contentType

The content type.

serializationType
serializationType

The serialization type.

units
linearUnitsType

The units.

selectedOnly
bool

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

drawings
Drawings

Remarks
 
Using this constructor both Thumbnail and Camera will be not stored.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition