ImportExportInterface Namespace Reference
         
    
      
        
          | UtilExport void ImportExportInterface::SetCanConvertUnits | ( | bool | ifSo | ) |  | 
      
 
Plug-in calls to say whether plug-in can both convert to/from current system units and ignore them (no conversion) 
 
 
      
        
          | UtilExport bool ImportExportInterface::GetCanConvertUnits | ( |  | ) |  | 
      
 
Max calls to ask how plug-in set canConvertUnits. 
 
 
      
        
          | UtilExport int ImportExportInterface::AskUserConvertUnits | ( | HWND | hWnd, | 
        
          |  |  | bool | isExport | 
        
          |  | ) |  |  | 
      
 
Max calls (if plug-in can convert units) to ask user whether to do so. 
 
 
      
        
          | UtilExport bool ImportExportInterface::GetShouldConvertUnits | ( |  | ) |  | 
      
 
Plug-in calls to ask whether user has indicated to convert to/from system units (only should be called if last call to SetCanConvertUnits(ifSo) had arg value true)