| IO | Parameter | Type | Description
|
| in | theCADArea | longint | Area ID
|
| in | theMacVolumeRef | integer |
|
| in | theMacDirID | longint |
|
| in | theDosDirPath | Str255 |
|
| in | theFileName | Str255 |
|
| in | theDXFLayerID | longint |
|
| in | theMacFontStr | Str255 | A Font string or kCADDefaultDXFFontStr
|
| in | theDosFontStr | Str255 | A Font string or kCADDefaultDXFFontStr
|
| in | theSolidFillStyle | integer | A fill style constant or kCADDefaultDXFSolidFillStyle
|
| in | theSolidFillColor | longint | A Color, color constant or kCADDefaultDXFSolidFillColor
|
| in | the3DFaceFillStyle | integer | A fill style constant or kCADDefaultDXF3DFaceFillStyle
|
| in | the3DFaceFillColor | longint | A Color, color constant or kCADDefaultDXF3DFaceFillColor
|
| in | theImportInvisibleDXFObjsFlag | integer | A boolean constant or kCADDefaultDXFInvisibleObjFlag
|
| in | theConvertPolyToLineFlag | integer | A boolean constant or kCADDefaultDXFConvertPolyToLine
|
| in | theConvertPolyToBoxFlag | integer | A boolean constant or kCADDefaultDXFConvertPolyToBox
|
| in | theReadColorsFlag | integer | A boolean constant or kCADDefaultDXFReadColorsFlag
|
| out | theLinesUpToErrOrEOF | longint |
|
| out | theBoundsLoX | real |
|
| out | theBoundsLoY | real |
|
| out | theBoundsHiX | real |
|
| out | theBoundsHiY | real |
|
| out | theLineTypeScale | real |
|
| out | theSkippedObjectNames | array of string or text |
|
| out | theSkippedObjectCount | array of longint |
|
| out | function result | OSErr | Error result code, also see Error handling
|