The CADUnits function determines the drawing measurement units (inches or millimeters).
Syntax:
int CADUnits(
HANDLE Handle,
int *Units
);
Parameters:
Handle |
Identifies the CADImage object handle. |
||||
Units |
Receives the drawing measurement units. Units variable settings:
|
Return Value:
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
See Also
© 2003-2024 CADSoftTools
Go to CAD DLL