Error
| Número de ID del error | BUG-000157715 |
|---|---|
| Enviado | April 21, 2023 |
| Última modificación | October 11, 2023 |
| Relacionado con | ArcGIS Maps SDK for .NET |
| Versión encontrada | 200.0 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 11.0 64 bit |
| Estado | In Product Plan |
If an attribute has a <no value>, replace it with the “<Null>” text. Example:
if (feature.Attributes["NrofPeople"] == null)
{
feature.Attributes["NrofPeople"] = "<Null>";
}
var symbol = renderer.GetSymbol(feature);
ID del error: BUG-000157715
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri