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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動