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
© 2003-2024 CADSoftTools
Go to CAD DLL