AppendAutodesk(Model, Stream, Stream, versionType, Boolean, Boolean, Boolean) Constructor

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

To stream with AutoCAD version constructor.
Public Sub New( _ 
ByVal environment As Model, _ 
ByVal inputStream As Stream, _ 
ByVal outputStream As Stream, _ 
ByVal version As versionType, _ 
Optional ByVal aciColors As Boolean = true, _ 
Optional ByVal asciiStream As Boolean = false, _ 
Optional ByVal selectedOnly As Boolean = false _ 
)
This language is not supported or no code example is available.
public AppendAutodesk( 
Model environment
Stream inputStream
Stream outputStream
versionType version
bool aciColors = true, 
bool asciiStream = false, 
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

environment
Model

The Environment control

inputStream
Stream

The input file stream

outputStream
Stream

The output file stream

version
versionType

DWG/DXF file format version

aciColors
bool

Saves the colors as Aci colors (Autocad color index) if possible

asciiStream
bool

If true, writes the stream in DXF ascii format, else in DWG binary format

selectedOnly
bool

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

Remarks
 
versionType less than versionType.Acad2004 support only Aci colors.

.NET Framework

Supported in: 4.8

In this article

Definition