laptop and a wrench

不具合

While showing multiline text in dynamic display, empty strings between line feeds show the text from the previously called DrawText function.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM054362
送信されましたFebruary 19, 2010
最終更新日April 2, 2025
適用対象No Product Found
見つかったバージョン9.3
プログラム言語C#
ステータス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.

対処法

The original code looked like this:dynamicDisplay.DrawText(bikePoint, "1 1 1\n2 2 2\nI WILL REPEAT\n4 4 4");dynamicDisplay.DrawText(m_gpsPosition1, "A A A\nB B B\n\nD D D");A simple workaround to this issue is to modify the second line by adding a space between the two "\n"dynamicDisplay.DrawText(m_gpsPosition1, "A A A\nB B B\n \nD D D");

再現の手順

不具合 ID: NIM054362

ソフトウェア:

  • No Product Found

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

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

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

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

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

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

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