if(!layer.IsInitialized) // Note that if FeatureLayer is already initialized, this may cause an edit. layer.Graphics.Add(new Graphic()); // this graphic will be cleared after FeatureLayer.UpdateCompleted is raised. mapLayers.Add(layer);
var r = await t.ExecuteTaskAsync(new PrintParameters(mapLayers, mapExtent) { ExportOptions = new ExportOptions() { OutputSize = new Size(200, 200) } });
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.