laptop and a wrench

Error

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

Última publicación: April 5, 2019 ArcGIS Runtime SDK
Número de ID del error BUG-000091416
EnviadoOctober 14, 2015
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime SDK
Versión encontrada10.2.6
Sistema operativoWindows OS
Versión de sistema operativo7.0 64 Bit
Versión corregida100.4
EstadoFixed

Solución alternativa

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;

Pasos para reproducir

ID del error: BUG-000091416

Software:

  • ArcGIS Runtime SDK

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga