WriteFileAsyncWithUnits(IList<Entity>, IEnumerable<Layer>, IDictionary<StringBlock>, String, linearUnitsType) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the WriteParams instead.

Entity list constructor.
Protected Sub New( _ 
ByVal entList As IList(Of Entity), _ 
ByVal layerList As IEnumerable(Of Layer), _ 
ByVal blockDict As IDictionary(Of String, Block), _ 
ByVal fileName As String, _ 
ByVal units As linearUnitsType
)
This language is not supported or no code example is available.
protected WriteFileAsyncWithUnits( 
IList<Entity> entList
IEnumerable<Layer> layerList
IDictionary<string, Block> blockDict
string fileName
linearUnitsType units 
)
This language is not supported or no code example is available.

Parameters

entList
IList<Entity>

The entity list

layerList
IEnumerable<Layer>

The layer list

blockDict
IDictionary<string, Block>

The block dictionary

fileName
string

The file name

units
linearUnitsType

The model units

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition