ArcGIS Pro 2.4.2 anchoring dynamic textbox placement does not accurately grow from the anchor point.
上次发布: November 14, 2019ArcGIS Pro
漏洞 ID 编号
BUG-000126358
已提交
October 28, 2019
上次修改时间
December 13, 2024
适用范围
ArcGIS Pro
找到的版本
2.4.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is as designed. Rectangle and other area text elements preserve the geometry that is drawn. The XY coordinates are used to describe the anchor location. If the .Net SDK or arcpy.mp is used to move the element, it moves relative to the anchor's XY position.
Point text behaves the way described above because an area (e.g., rectangle) geometry is not used to limit the bounds of the text. If users create a point geometry and set the anchor position to be upper left, and add multiple lines of text, the text grows downward. If users set the anchor to be lower left, the text grows upward.
Confirm the type of text being entered. During earlier released, point text was the default text type, but the default was changed to rectangle text.