FeatureLayer l = new FeatureLayer() { Url = "http://services.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Diversity_US_2D/MapServer/0" }; EventHandler<EventArgs> handler = null; GeometryType geometryType; handler = (s, e) => { l.Initialized -= handler; geometryType = l.LayerInfo.GeometryType; }; l.Initialized += handler; l.Initialize();
The easiest thing is to just test it out for your scenario and see if it meets your needs.
Hi Andrew,why not just specify the tolerance value for the IdentifyTask?Cheers,
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.