ThinkGeo.com    |     Documentation    |     Premium Support

How can I display progress while building the ShapeFile index?

Hello,


I have looked through the example in the MapSuiteExplorerForDesktop, but I cannot figure out how the updating of the progress bar is handled. Could someone please point me in the right direction.


Tomas



Thomas,


Please take a try to use the Static event in the ShapeFileFeatureSource class, the event args in it should has contained all the information needed.
 
ShapeFileFeatureSource.BuildingIndex += new EventHandler<BuildingIndexShapeFileFeatureSourceEventArgs>(ShapeFileFeatureSource_BuildingIndex);
 
Any more questions please feel free to let me know.
 
Thanks.
 
Yale

 Thank you Yale. All is well now. I know this was a simple question and believe it or not I have searched for a while. Unfortunately I am not knowledgeable enough to know which way to look when working with ThinkGeo's API.


Tomas


 



Thomas,


Thanks for your response.
 
This static event mode is rarely used, it is considered to solve this specific problem for the BulidIndex static API. I agree that it is easily to be ignored if not paying attention to it.
 
 
Any more questions please feel free to let me know.
 
Thanks.
 
Yale