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

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

Public 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.
public WriteXML( 
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