Bug
Bug ID Number | BUG-000157715 |
---|---|
Submitted | April 21, 2023 |
Last Modified | October 11, 2023 |
Applies to | ArcGIS Maps SDK for .NET |
Version found | 200.0 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | 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);
Bug ID: BUG-000157715
Software:
Get help from ArcGIS experts
Download the Esri Support App