| IO | Parameter | Type | Description
|
| in | theCADArea | longint | Area ID
|
| in | theBlockID | longint | A Block ID or kCADRootBlockID for the root
drawing
|
| in | theObjID | longint | An Object ID, see Scope
|
| out | theLineStartX | real |
|
| out | theLineStartY | real |
|
| out | theLineEndX | real |
|
| out | theLineEndY | real |
|
| out | theLineWidth | real | Linewidth (also see Linewidth and linetype restrictions)
|
| out | theLineColor | longint | Color or a color constant
|
| out | theLineTypeID | longint | Linetype ID or a linetype ID constant
|
| out | theLineTypeScale | real |
|
| out | theMarkingStartID | longint | A marking ID constant
|
| out | theMarkingEndID | longint | A marking ID constant
|
| out | theMarkingScale | real |
|
| out | function result | OSErr | Error result code, also see Error handling
|