laptop and a wrench

漏洞

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

上次发布: August 25, 2014 ArcGIS for Desktop
漏洞 ID 编号 NIM041630
已提交January 16, 2009
上次修改时间February 11, 2025
适用范围ArcGIS for Desktop
找到的版本9.3
操作系统Windows OS
操作系统版本XP
状态Will Not Be Addressed

附加信息

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.

解决办法

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

重现步骤

漏洞 ID: NIM041630

软件:

  • ArcGIS for Desktop

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项