AppendAutodesk(WriteAutodeskParams, String, String) Constructor

To file with write params.
Public Sub New( _ 
ByVal writeAutodeskParams As WriteAutodeskParams, _ 
ByVal inputFileName As String, _ 
ByVal outputFileName As String
)
This language is not supported or no code example is available.
public AppendAutodesk( 
WriteAutodeskParams writeAutodeskParams
string inputFileName
string outputFileName 
)
This language is not supported or no code example is available.

Parameters

writeAutodeskParams
WriteAutodeskParams

The WriteAutodeskParams

inputFileName
string

The input file name (with *.dwg or *.dxf extension)

outputFileName
string

The output file name (with *.dwg or *.dxf extension)

Remarks
 
If the file already exists, it will be overwritten.

.NET Framework

Supported in: 4.8

In this article

Definition