WriteDatabase(IList<Entity>, IEnumerable<Layer>, IDictionary<StringBlock>, String, linearUnitsType) 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 WriteDatabase( 
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>

layerList
IEnumerable<Layer>

blockDict
IDictionary<string, Block>

fileName
string

units
linearUnitsType

.NET Framework

Supported in: 4.8

In this article

Definition