laptop and a wrench

Bug

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

Last Published: April 5, 2019 ArcGIS Runtime SDK
Bug ID Number BUG-000091416
SubmittedOctober 14, 2015
Last ModifiedJune 5, 2024
Applies toArcGIS Runtime SDK
Version found10.2.6
Operating SystemWindows OS
Operating System Version7.0 64 Bit
Version Fixed100.4
StatusFixed

Workaround

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;

Steps to Reproduce

Bug ID: BUG-000091416

Software:

  • ArcGIS Runtime SDK

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options