The Create Domain geoprocessing tool takes three times longer to execute with ArcGIS Pro SDK for .NET than ArcObjects SDK.
上次发布: December 10, 2021ArcGIS Pro SDK for .NET
漏洞 ID 编号
BUG-000144151
已提交
October 29, 2021
上次修改时间
February 14, 2025
适用范围
ArcGIS Pro SDK for .NET
找到的版本
2.8
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Geoprocessing tools cannot run as fast as direct ArcObjects. Starting in ArcGIS Pro 2.8, a different API is provided to create domains in a geodatabase. These routines should be significantly faster than calling geoprocessing tools from the ArcGIS Pro SDK. Documentation is provided here: https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-DDL#domains. There are code code snippets for coded value domains (https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase#creating-a-codedvalue-domain) and range domains (https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Geodatabase#creating-a-range-domain).