The CADGetInsUnits returns drawing units for CADImage according to its Handle.
Syntax
int CADGetInsUnits(
HANDLE Handle,
DWORD* AInsUnits
);
Parameters
Handle |
Identifies the CADImage object handle. |
||||
AInsUnits |
Unit values:
|
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call CADGetLastError.
See Also
Go to CAD DLL