UID editorUID = new UIDClass(); editorUid.Value = "esriEditor.Editor"; IEditor3 Editor = ArcMap.Application.FindExtensionByCLSID(uid) as IEditor3; Editor.StartEditing(versionedWorkspace as IWorkspace); UID pUID = new UIDClass(); ESRI.ArcGIS.Framework.ICommandItem pCommandItem; pUID.Value = "esriEditor.EditTool"; pCommandItem = ArcMap.Application.Document.CommandBars.Find(pUID, false, false); ArcMap.Application.CurrentTool = pCommandItem;
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.