laptop and a wrench

Bogue

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

Dernière publication: April 5, 2019 ArcGIS Runtime SDK
Numéro d’ID de bogue BUG-000091416
EnvoiOctober 14, 2015
Dernière modificationJune 5, 2024
S’applique àArcGIS Runtime SDK
Version trouvée10.2.6
Système d’exploitationWindows OS
Version du système d’exploitation7.0 64 Bit
Version de correction100.4
StatutFixed

Solution de contournement

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;

Étapes pour reproduire

ID de bogue: BUG-000091416

Logiciel:

  • ArcGIS Runtime SDK

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement