ArcFM Desktop Developer Guide
Miner.Geodatabase.Edit Namespace
Inheritance Hierarchy

Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

This namespace provides access to the Editor extension. This extension provides an editing framework for all ArcFM Solution applications.
Classes
 ClassDescription
ClassConnectElectric  
ClassConnectGas  
ClassEditEventArgs Provides data for edit events.
ClassEditFeatureEventArgs Provides data for feature edit events.
ClassEditLogMonitor EditLogMonitor - this class sets up event handlers to monitor "edit" events raised by the "Editor" so that those events can be logged by the EditLogger. The events that are monitored are: created, changed, deleted for features and relationships The monitor can also request that the edit logger playback edits to the edit workspace. When the Editor reports startEditing, that's when we connect the other events to handlers. The handlers will make requests of the EditLogger to log the events when they fire. It is the responsibility of the caller to request that the log be loaded, cleared or saved when it is appropriate. Logging is "disabled" by default and must be enabled by the caller. See the "Enabled()" accessor for details.
ClassEditor The dotNet version of MMEditor.
ClassEditRelationshipEventArgs Provides data for edit relationship events.
ClassOnAfterDrawSketchEventArgs Provides data for on after draw sketch events.
ClassSaveEditEventArgs Provides data for save edit events.
Interfaces
 InterfaceDescription
InterfaceINetworkConnect  
Enumerations
 EnumerationDescription
EnumerationEditState Current edit state - synonymous with IEditor::EditState or IMMEditor::EditState
EnumerationSnapToleranceUnits Snap Tolerance units - synonymous with ISnapEnvironment::SnapToleranceUnits or IMMSnapEnvironment::SnapToleranceUnits
See Also

Reference

Miner.Geodatabase Assembly

 

 


Send Comment