IO | Parameter | Type | Description
|
in | theCADArea | longint | Area ID
|
in | theBlockID | longint | A Block ID or kCADRootBlockID for the root
drawing
|
in | theObjScope | longint | kCADScopeSelectedObjects ,
kCADScopeAllObjects ,
kCADScopeObjOnEditableLayers ,
a Layer ID,
a Sublayer ID,
a programmer scope ID
or an Object ID
|
out | theHatchParamsFoundFlags | longint | A mask of hatch param constants
|
out | theHatchID | longint | A Hatch ID or hatch ID constant
|
out | theHatchColor | longint | Color or a color constant
|
out | theHatchScale | real |
|
out | theHatchRotation | real |
|
out | theHatchTranslationX | real |
|
out | theHatchTranslationY | real |
|
out | theHatchAlignH | integer | A hatch alignment constant
|
out | theHatchAlignV | integer | A hatch alignment constant
|
out | function result | OSErr | Error result code, also see Error handling
|