WriteFileAsync(IList<Entity>, IEnumerable<Layer>, IDictionary<StringBlock>, Stream) Constructor

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

To stream with 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 stream As Stream
)
This language is not supported or no code example is available.
protected WriteFileAsync( 
IList<Entity> entList
IEnumerable<Layer> layerList
IDictionary<string, Block> blockDict
Stream stream 
)
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

stream
Stream

The file stream

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition