Example: IN_GetFormatInputScaleFactor

 

/* Get how DX Auto-trol Raster files are scaled when opened, the units used, and whether Scale Factor is on */

if ( ( nError = IN_GetFormatInputScaleFactor( API_FF_AUTOTROL_DX, inScale, inUnits, inActive ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }