laptop and a wrench

Bogue

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

Dernière publication: August 25, 2014 ArcGIS for Desktop
Numéro d’ID de bogue NIM041630
EnvoiJanuary 16, 2009
Dernière modificationFebruary 11, 2025
S’applique àArcGIS for Desktop
Version trouvée9.3
Système d’exploitationWindows OS
Version du système d’exploitationXP
StatutWill Not Be Addressed

Informations supplémentaires

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.

Solution de contournement

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

Étapes pour reproduire

ID de bogue: NIM041630

Logiciel:

  • ArcGIS for Desktop

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement