AppendAutodesk(Environment, Stream, Stream, Boolean, Boolean, Boolean) Constructor

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

To stream with versionType.Release12 version constructor.
Public Sub New( _ 
ByVal environment As Environment, _ 
ByVal inputStream As Stream, _ 
ByVal outputStream As Stream, _ 
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( 
Environment environment
Stream inputStream
Stream outputStream
bool aciColors = true, 
bool asciiStream = false, 
bool selectedOnly = false 
)
This language is not supported or no code example is available.

Parameters

environment
Environment

The Environment control

inputStream
Stream

The input file stream

outputStream
Stream

The output file stream

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