WriteAutodeskParams(IList<Entity>, LayerKeyedCollection, BlockKeyedCollection, MaterialKeyedCollection, TextStyleKeyedCollection, LineTypeKeyedCollection, linearUnitsType, Boolean, Drawings, Boolean, Double, HatchPatternKeyedCollection) 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 units As linearUnitsType = linearUnitsType.Millimeters, _ 
Optional ByVal selectedOnly As Boolean = false, _ 
Optional ByVal drawings As Drawings = null, _ 
Optional ByVal explodeViews As Boolean = false, _ 
Optional ByVal deviation As Double = 1, _ 
Optional ByVal hatchPatterns As HatchPatternKeyedCollection = null _ 
)
This language is not supported or no code example is available.
public WriteAutodeskParams( 
IList<Entity> entities = null, 
LayerKeyedCollection layers = null, 
BlockKeyedCollection blocks = null, 
MaterialKeyedCollection materials = null, 
TextStyleKeyedCollection textStyles = null, 
LineTypeKeyedCollection lineTypes = null, 
linearUnitsType units = linearUnitsType.Millimeters, 
bool selectedOnly = false, 
Drawings drawings = null, 
bool explodeViews = false, 
double deviation = 1, 
HatchPatternKeyedCollection hatchPatterns = 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.

units
linearUnitsType

The units.

selectedOnly
bool

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

drawings
Drawings

The Drawings control.

explodeViews
bool

If true, the view entities are exported as blockReference.

deviation
double

Ellipse and Spline tessellation tolerance. Affects only versionType.Release12 version.

hatchPatterns
HatchPatternKeyedCollection

The hatch patterns collection.

.NET Framework

Supported in: 4.8

In this article

Definition