laptop and a wrench

不具合

Select tool is not cleaning up correctly in the ArcEngine VC++ appliication. (ArcGIS 10.0 and Visual Studio 2008).

最後に公開された状態: August 25, 2014 ArcGIS Engine
不具合 ID 番号 NIM060932
送信されましたSeptember 7, 2010
最終更新日June 5, 2024
適用対象ArcGIS Engine
見つかったバージョン10.1
プログラム言語VC++
オペレーティング システムWindows OS
オペレーティング システムのバージョン7
修正されたバージョン10.1
ステータスFixed

対処法

The workaround is to only create the tool once and then switch between tools with the button clicks rather than creating an instance each time the button is clicked. PageLayoutClearCurrentTool(); if(m_pControlsCircleTool == NULL) { HRESULT hr =m_pControlsCurrentTool.CreateInstance(CLSID_ControlsNewRectangleTool); ASSERT(m_pControlsCurrentTool != NULL); m_pControlsCircleTool = m_pControlsCurrentTool; } else { m_pControlsCurrentTool = m_pControlsCircleTool; } PageLayoutSetCurrentTool();

再現の手順

不具合 ID: NIM060932

ソフトウェア:

  • ArcGIS Engine

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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