PrintToDXF
MethodPrintToDXF (Method)
Exports the drawing into a DXF file
Syntax:
Function PrintToDXF(sDxfFile As String, fSelected As Boolean, xBase As Single, yBase As Single, zBase As Single, Version As AvaxACADVersion) As Boolean
The PrintToDXF method syntax consists of the following:
Parameter |
Data Type |
Description |
sDxfFile |
String |
The name of the DXF file |
fSelected |
Boolean |
True when o.nly the selected objects are printed |
xBase |
Single |
The x coordinate of the insertion point of the DXF file |
yBase |
Single |
The y coordinate of the insertion point of the DXF file |
zBase |
Single |
The z coordinate of the insertion point of the DXF file |
Version |
An expression that defines the version of the DXF file |
Return value:
Boolean - True on success, false on error