laptop and a wrench

漏洞

Changes to an existing CompositeSymbol class by adding, removing, or updating the symbols contained, are not reflected in the display.

上次发布: April 5, 2019 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000091416
已提交October 14, 2015
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本10.2.6
操作系统Windows OS
操作系统版本7.0 64 Bit
修正版本100.4
状态Fixed

解决办法

Re-create, modify, and reapply the composite symbol as shown in the following example code:// create a new composite symbolvar newCompoiteSymbol = new CompositeSymbol();// loop through all symbols in the existing composite symbolforeach (Symbol s in oldCompositeSymbol.Symbols) {// copy symbols from the existing composite symbol to the new onenewCompoiteSymbol.Symbols.Add(s);}// make desired changes for newCompoiteSymbol here ...// apply the new composite symbolforeach (Graphic g in gOverlay.Graphics)g.Symbol = newCompoiteSymbol;

重现步骤

漏洞 ID: BUG-000091416

软件:

  • ArcGIS Runtime SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项