Hello,
In v3.x, how do you calculate drawing time of Map?
My map works slowly.
I thought if it pay too much time to get information of map and load map data. :(
Hello,
In v3.x, how do you calculate drawing time of Map?
My map works slowly.
I thought if it pay too much time to get information of map and load map data. :(
Carol,
Thanks for your post and questions.
We use the following code to get the drawing time for a Layer:
double layerMilliseconds = layer.DrawingTime.Milliseconds;
If you want to get all the time drawn on the MapControl instead of single layer, you have to loop each layer to add them together.
Any more qustions just feel free to let me know.
Thanks.
Yale