laptop and a wrench

Error

Spatial ETL tool does not get converted into a class using an ArcGIS Toolbox Reference dialog box.

Última publicación: August 25, 2014 ArcGIS for Desktop
Número de ID del error NIM041630
EnviadoJanuary 16, 2009
Última modificaciónFebruary 11, 2025
Relacionado conArcGIS for Desktop
Versión encontrada9.3
Sistema operativoWindows OS
Versión de sistema operativoXP
EstadoWill Not Be Addressed

Información adicional

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

Solución alternativa

Used the IGeoprocessor from the ESRI.ArcGIS.Geoprocesssing assembly. Go here for more help:http://resources.esri.com/help/9.3/ArcGISEngine/dotnet/c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm#ExecuteToolpublic void SampleCalculateBestPathTool() { // Initialize the geoprocessor. Geoprocessor GP = new Geoprocessor(); // Add the BestPath toolbox. GP.AddToolbox(@"C:\SanDiego\BestPath.tbx"); // Generate the array of parameters. IVariantArray parameters = new VarArrayClass(); parameters.Add(@"C:\SanDiego\source.shp"); parameters.Add(@"C:\SanDiego\destination.shp"); parameters.Add(@"C:\SanDiego\bestpath.shp"); // Execute the model tool by name. GP.Execute("CalculateBestPath", parameters, null);}

Pasos para reproducir

ID del error: NIM041630

Software:

  • ArcGIS for Desktop

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga