Erro
| Número de ID do Erro | BUG-000131981 |
|---|---|
| Enviado | July 1, 2020 |
| Última Modificação | June 5, 2024 |
| Aplica-se à | ArcSDE/Enterprise Geodatabase |
| Versão encontrada | 10.7 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 10.0 |
| Status | Will Not Be Addressed |
For polygon, add if ( find("rings", text(geometry($feature))) == -1) return $feature.county in the beginning of attribute rule's expression. This gaurds against empty geometries.
For polyline, add if (find("paths", text(geometry($feature))) == -1) return $feature.county
if (count(geometry($feature).paths) == 0) return $feature.county
ID do Erro: BUG-000131981
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri