laptop and a wrench

不具合

Application crashes when the IPointCollection passed into IDynamicDisplay.DrawPolyline method is created from an IPolygon.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM052375
送信されましたDecember 30, 2009
最終更新日April 2, 2025
適用対象No Product Found
見つかったバージョン9.3.1
プログラム言語C#
修正されたバージョン10.1
ステータスFixed

参考情報

This issue is no longer reproducible at SP 2. Make sure to call SetEmpty on the pointcollection after drawing.

対処法

Use Multipoint and geometric collection, geomColl = new MultipointClass(); object missing = Type.Missing; IPointCollection4 pointColl = m_poly as IPointCollection4; for (int i = 0; i < pointColl.PointCount - 1; i++) { geomColl.AddGeometry(pointColl.get_Point(i), ref missing, ref missing); }

再現の手順

不具合 ID: NIM052375

ソフトウェア:

  • No Product Found

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

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

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

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

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

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

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