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.