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,
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.