Numéro d’ID de bogue |
BUG-000086437 |
Envoi | March 27, 2015 |
Dernière modification | June 5, 2024 |
S’applique à | ArcObjects SDK |
Version trouvée | 10.2.2 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 7 64 Bit |
Statut | Will Not Be Addressed
L’équipe de développement a examiné le problème ou la demande et a décidé qu’ils ne seraient pas traités. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
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;
Étapes pour reproduire
ID de bogue: BUG-000086437
Logiciel: