laptop and a wrench

Bug

Layer ordering is not honored when separate composite graphics layers are added to a map control in ArcObjects SDK.

Zuletzt veröffentlicht: August 19, 2020 ArcObjects SDK
Bug-ID-Nummer BUG-000086437
EingereichtMarch 27, 2015
Zuletzt geändertJune 5, 2024
Gilt fürArcObjects SDK
Gefunden in Version10.2.2
BetriebssystemWindows OS
Betriebssystemversion7 64 Bit
StatusWill Not Be Addressed

Zusätzliche Informationen

We apologize that we were unable to address this issue within the current product support cycle.  If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

Cast IMap to IGraphicsContainer on line 194 in the code instead of casting ILayer. To do this, change the line of code: IGraphicsContainer container = (IGraphicsContainer)layer; to IGraphicsContainer container = (IGraphicsContainer)m_mapControl.Map;

Schritte zur Reproduzierung

Bug-ID: BUG-000086437

Software:

  • ArcObjects SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln