ArcMap crashes when the IUniqueValueRenderer.Heading() method is used to edit the heading of a value.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM031583
已提交
January 25, 2008
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
编程语言
VBA
修正版本
9.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Instead of using Heading() function to modify the heading, use RemoveValue() function to delete the value and then add the new value:unqval.RemoveValue ("VALUE1")unqval.AddValue "VALUE1", "HEADING2", symdunqval.Label("VALUE1") = "NewLable"unqval.Description("VALUE1") = "NewDescription"