if (app == null) return null; ESRI.ArcGIS.esriSystem.UID uid = new ESRI.ArcGIS.esriSystem.UIDClass(); uid.Value = "{F8842F20-BB23-11D0-802B-0000F8037368}"; ESRI.ArcGIS.esriSystem.IExtension extension = app.FindExtensionByCLSID(uid); IEditor3 editor3 = extension as IEditor3; IEnumFeature enumFeat = editor3.EditSelection; IFeature feat = null; while ((feat = enumFeat.Next()) != null) { //do something }
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.