CADAcceptDXF accepts the pending results of a previous call to CADImportDXF.
| IO | Parameter | Type | Description
|
| in | theCADArea | longint | Area ID
|
| in | theDXFtoCADUnitFactor | real | See Unit and scale and Importing DXF files.
The factor converts the unit of the DXF file to the current unit of the drawing.
|
| out | function result | OSErr | Error result code, also see Error handling
|
Remarks
Before accepting with CADAcceptDXF, you can call CADSetUnit to change the
current unit of the drawing.
Important
You must call CADAcceptDXF or CADCancelDXF after a successful call to
CADImportDXF.
Related methods
CADGetDXFFile, CADImportDXF, CADCancelDXF,
CADGetUnit and CADSetUnit.