Select to view content in your preferred language

runtime performance

558
2
09-02-2012 02:08 AM
GhassanKarwchan
Occasional Contributor
I have a feature class with 7000 features
When I load the map, it is taking almost 20 seconds to load the map.
Comparing with  the original application that used ArcGIS engine, which was taking 2 seconds, I am not sure if I am going to go further.
any idea about the performance?
0 Kudos
2 Replies
MiriRevivo
Deactivated User
Hi,

Have you tried using AcceleratedDisplay?
You can either do that for the whole map by setting the map's UseAcceleratedDisplay property to True, or for a group of layers by placing the layers in the AcceleratedDisplayLayers group.
This should make things a lot faster (it draws using in a different pipeline, which was especially written by esri to increase drawing performance).
0 Kudos
AnttiKajanus1
Deactivated User
Like vpitzi said,

Use AcceleratedDisplay and be sure that the symbol that use is supported by the Acceleration. Also check from Samples Mapping / Accelerated Display examples.

http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Cli...


0 Kudos