Select to view content in your preferred language

InitializationFailed Event does not seem to work as I expected

380
1
05-21-2012 03:13 PM
KurtisGolding
Emerging Contributor
Ok, I think I discovered the source of my issues, it looks like the imagery layers can call Initalized, then later call initalizedfailed. This was unexpected. I was thinking I would get either the initalized event or the initalizedfailed event.
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor

[/HR]You are right, both events are thrown.


In 'Initialized' you can test 'InitializationFailure' property to know if there is an error or not.
0 Kudos