CADUnits

  Functions >

CADUnits

Previous pageReturn to chapter overviewNext page

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:

Value

Meaning

0

1

inches

millimeters

 

                     

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

 

 

See Also

CADCreate  | CADGetInsUnits


© 2003-2024 CADSoftTools

Go to CAD DLL