When using the Geoprocessors ListFields method on Personal or File Geodatabase features that are stored 'in_memory', the Shape_Length and Shape_Area fields are not accessible.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM006809
已提交
February 13, 2007
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
The workarounds I have suggested to the user are as follows:1) You can access the same values that are stored in the Shape_Length and Shape_Area fields by using the Geoprocessor Search Cursor to access each features Geometry from the "Shape" field.2) These fields are accessable when working with Feature Layers rather than in_memory layers 3) If the Geodatabase features are exported to shapefile prior to creation in_memory these fields will be accessable.