CADCancelDXF cancels the pending results of a previous call to CADImportDXF.
| IO | Parameter | Type | Description
|
| in | theCADArea | longint | Area ID
|
| out | function result | OSErr | Error result code, also see Error handling
|
Important
You must call CADAcceptDXF or CADCancelDXF after a successful call
to CADImportDXF.
Related methods
CADGetDXFFile, CADImportDXF, CADAcceptDXF.