| Bug ID Number |
BUG-000132069 |
| Submitted | July 7, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Runtime SDK |
| Version found | 100.8 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
ArcGIS Pro dynamically adds the area and length fields to the table view based on the spatial type, but these fields are not within the table schema, and does not persist as fields within geodatabase tables shared from ArcGIS Pro. Use the ArcGIS Runtime API to retrieve the area, length, etc of features returned from a query or identify operation. Alternatively, add geometry attributes to a table by following this approach, refer to the following link, https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-geometry-attributes.htm.
Workaround
Calculate a feature's Length or Area using theĀ Area, AreaGeodetic, Length, and LengthGeodetic methods from the GeometryEngine Class.
Steps to Reproduce