Miner.Geodatabase Assembly > Miner.Geodatabase.Edit Namespace : Editor Class |
The following tables list the members exposed by Editor.
Name | Description | |
---|---|---|
![]() | Editor Constructor |
Name | Description | |
---|---|---|
![]() ![]() | Display | Provides a reference to the current display. |
![]() ![]() | EditState | The editor's current edit state. |
![]() ![]() | EditWorkspace | Provides a reference to the workspace being edited. |
![]() | Name | This property is used internally by the extension manager. It is meant for internal use only. |
![]() ![]() | SnapTolerance | |
![]() ![]() | SnapToleranceUnits |
Name | Description | |
---|---|---|
![]() ![]() | AbortOperation | Aborts an edit operation. |
![]() ![]() | DelayEvents | Used to batch operations together and minimize notifications. |
![]() ![]() | EnableUndoRedo | Enable/disable the undo/redo capabilities. |
![]() ![]() | FindExtension | Finds the extension given an id. |
![]() ![]() | HasEdits | Returns true if edits have been made. |
![]() ![]() | IsOperationInProgress | |
![]() ![]() | RedoOperation | Redo an edit operation. |
![]() | Shutdown | This method is called internally by the extension manager. It is meant for internal use only. |
![]() ![]() | StartEditing | Overloaded. Starts an edit session. |
![]() ![]() | StartOperation | Starts an edit operation. |
![]() | Startup | This method is called internally by the extension manager. It is meant for internal use only. |
![]() ![]() | StopEditing | Stops an edit session. |
![]() ![]() | StopOperation | Stops an edit operation. |
![]() ![]() | UndoOperation | Undo an edit operation. |
Name | Description | |
---|---|---|
![]() | BeforeStopEditing | Fired before StopEditing happens. |
![]() | BeforeStopOperation | Called before StopOperation is called. |
![]() | OnAbort | Called when AbortOperation is called. |
![]() | OnAfterDrawSketch | |
![]() | OnBeforeChangeFeature | |
![]() | OnBeforeCreateFeature | |
![]() | OnBeforeDeleteFeature | |
![]() | OnChangeFeature | |
![]() | OnConflictsDetected | Called when editing conflicts are detected during save. |
![]() | OnCreateFeature | |
![]() | OnCurrentLayerChanged | |
![]() | OnDeleteFeature | |
![]() | OnRedo | Called when RedoOperation is called. |
![]() | OnRelationshipChanged | |
![]() | OnRelationshipCreated | |
![]() | OnRelationshipDeleted | |
![]() | OnSaveEdits | Called when edits are saved. |
![]() | OnSketchModified | |
![]() | OnStartEditing | Called when editing begins. |
![]() | OnStartOperation | Called when StartOperation is called. |
![]() | OnStopEditing | Called when editing ends. |
![]() | OnStopOperation | Called when StopOperation is called. |
![]() | OnUndo | Called when UndoOperation is called. |