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 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项