Modifying feature geometry in a file geodatabase fails if IFeatureClassLoad.LoadOnly is turned on prior to editing.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM036416
已提交
June 27, 2008
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.3
编程语言
VBA
修正版本
10.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
If they are trying to use LoadOnly to avoid spatial index grid size problems they should set the index grids to 0,0,0 or drop the spatial index before adding features. LoadOnly is only intended for use when inserting features, not for updates.