IEditor m_editor = ... IFeatureClass featCls = ... (m_editor as IEditorEvents_Events).OnCreateFeature = ... // the handler calls m_editor.AbortOperation in some situation m_editor.StartOperation(); IFeature feat = featCls.CreateFeature(); // modify feat feat.Store(); m_editor.StopOperation("Create Feature");
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.