Pitney-bowes MapXtreme Manual de usuario Pagina 482

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 640
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 481
Appendix B: Customizing MapXtreme
Location of Application Data Files
MapXtreme v7.1 489 Developer Guide
public IWorkspaceManagerNotifications Load(IWorkspaceManager
callback)
{
_callback = callback;
Microsoft.Win32.RegistryKey key = _callback.GetRegistryKey();
string s = (string)key.GetValue("RecentFiles");
if (s != null && s.Length > 0)
{
try
{
string[] files = s.Split('|');
callback.LoadWorkspace(files[0]);
}
catch { }
}
key.Close();
return null; // returning because we don’t need the
notifications
}
public void Unload()
{
// nothing to clean up
}
public bool HasPropertiesDialog
{
get { return false; }
}
public void ShowPropertiesDialog(IWin32Window owner)
{
throw new NotImplementedException();
}
}
Location of Application Data Files
Any MapXtreme application uses data stored in the following files.
File Type Filename
Abbreviation file MAPINFOW.ABB
Pen file MAPINFOW.PEN
Vista de pagina 481
1 2 ... 477 478 479 480 481 482 483 484 485 486 487 ... 639 640

Comentarios a estos manuales

Sin comentarios