WriteMultiFile Constructor

Write params and file name constructor.
Public Sub New( _ 
ByVal writeMultiFileParams As WriteMultiFileParams, _ 
ByVal fileName As String, _ 
Optional ByVal fileSerializer As FileSerializer = null _ 
)
This language is not supported or no code example is available.
public WriteMultiFile( 
WriteMultiFileParams writeMultiFileParams
string fileName
FileSerializer fileSerializer = null 
)
This language is not supported or no code example is available.

Parameters

writeMultiFileParams
WriteMultiFileParams

The WriteMultiFileParams.

fileName
string

The file name (it must include the extension)

fileSerializer
FileSerializer

The file serializer that must be used to write the file. Use this when you need to include additional fields definition for writing custom entities.

Exception type Condition

EyeshotException

Throw when WriteFileParams was created using a constructor accepting the Drawings control.

Remarks
 
If you want to include special Autodesk objects like LayerEx, LinearPathEx, PictureEx, etc. you need to pass a new FileSerializerEx() as fileSerializer parameter. Drawings is not supported.

.NET Framework

Supported in: 4.8

In this article

Definition