/* Get the size that Autodesk files are scaled to when opened and whether Scale To Fit is on */
if ( ( nError = IN_GetFormatInputScaleToFit( API_FF_DXF, width, length, unit, inActive ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}