CADTScale

  Functions >

CADTScale

Previous pageReturn to chapter overviewNext page

The CADLTScale function determines the drawing scale factor.

 

Syntax:

 

int CADLTScale(

  HANDLE Handle,

  double *AScale

);

 

 

Parameters:

 

Handle

Identifies the CADImage object handle.

AScale

Receives the drawing scale factor.

         

 

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

 

 

See Also

CADCreate


© 2003-2024 CADSoftTools

Go to CAD DLL