laptop and a wrench

Erro

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

Última Publicação: August 25, 2014 ArcGIS for Desktop
Número de ID do Erro NIM041630
EnviadoJanuary 16, 2009
Última ModificaçãoFebruary 11, 2025
Aplica-se àArcGIS for Desktop
Versão encontrada9.3
Sistema OperacionalWindows OS
Versão do Sistema OperacionalXP
StatusWill Not Be Addressed

Informações Adicionais

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.

Solução Provisória

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);}

Etapas para Reproduzir

ID do Erro: NIM041630

Software:

  • ArcGIS for Desktop

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download