How to calculate the draw time of a layer from ArcMap - at some coordinate

1599
1
04-02-2013 01:42 AM
SreenivasaRaoPigili
Occasional Contributor
Hi ,

   I am planning to write one code, which will calculate the time taking of a layer to draw at one Coordinate.

   I am not getting any idea like how to start it.

   Can anyone guide me to achieve using ArcObjects+C#
0 Kudos
1 Reply
oyleiste
Occasional Contributor
Unfortunately I can't help you but I'm curious to know why do you need this? Why It's important to you?

If you want to do it, you can use GetTickCount in kernel32.dll (win32) or Environment.TickCount in .NET; before and after of loading a layer.
You want to know time of loading without actually loading it? I mean something like estimation?

Well, it depends on your machine I think.

Can you tell me why do you need this? Where will you use it?
0 Kudos