ajayagarwal1567 / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
0 stars 0 forks source link

Remove feature by id fail ! #889

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following lines produce an exception :  

 while (true)
 {
  GEHelpers.AddFeaturesToPlugin(ge, ge.createFolder("1"));
  GEHelpers.RemoveFeatureById(ge, "1");
 }

And the generated exception is not really explicit : 
Une erreur HRESULT E_FAIL a été retournée à partir d'un appel à un 
composant COM.

Original issue reported on code.google.com by aymeric....@gmail.com on 17 Dec 2012 at 5:35