geodatabase The following enhancements have been made to the com.esri.arcgis.geodatabase package: The workspace editing event model has been extended to include the IWorkspaceEditEvents2 interface. This interface exposes an event method, onBeginStopEditing(), that is triggered when client code calls the stopEditing() method on the IWorkspaceEdit interface and allows custom behavior to occur before the edit session has stopped. This is in contrast to the onStopEditing() method on the IWorkspaceEditEvents interface that is triggered after the edit session has already been stopped.
Private Sub OnSketchFinished() Dim AttribSelForm As New AttributeSelectionForm Dim pEditTask As ESRI.ArcGIS.Editor.IEditTask Dim pEditTaskSearch As ESRI.ArcGIS.Editor.IEditTaskSearch = My.ArcMap.Editor pEditTask = pEditTaskSearch.TaskByUniqueName("TitusUI_AutoCompletePolygonTask") If My.ArcMap.Editor.CurrentTask Is pEditTask Then AttribSelForm.ShowDialog(System.Windows.Forms.Control.FromHandle(My.ArcMap.Application.hWnd))
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.