ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingOptions Class
Properties Methods


In This Topic
    EditingOptions Class Members
    In This Topic

    The following tables list the members exposed by EditingOptions.

    Public Properties
     NameDescription
    Public Property Gets and sets if Move tool is to be activated after all paste operations.  
    Public Property Gets and sets whether the merge tool merges z-aware polygons when they overlap.  
    Public Property Gets and sets whether vertex editing is allowed while sketching.  
    Public Property Gets and sets the feature linked annotation follow mode. This describes how new annotation aligns to the line or boundary feature it is following.  
    Public Property Gets and sets the feature linked annotation placement mode for new annotation relative to the direction of the line or boundary feature it is following.  
    Public Property Gets and sets whether feature linked annotation automatically follows linked line features.  
    Public Property Gets and sets whether feature linked annotation automatically follows linked polygon features.  
    Public Property Gets and sets whether edits are to be automatically saved.  
    Public PropertyGets and sets whether edits are to be saved by time or operation when AutomaticallySaveEdits is true.  
    Public Property Gets and sets whether the active editing tool is deactivated when saving or discarding edits.  
    Public Property Gets and sets the sketch behavior on a touch pad (click + drag vs click-drag-click)  
    Public Property Gets and sets whether to enable control points on the sketch  
    Public Property Gets and sets whether editing can be enabled and disabled from the Edit tab.  
    Public Property Gets and sets whether the Escape key is enabled as a shortcut to cancel the active tool in Stereo maps.  
    Public Property Gets and sets whether attribute validation is enforced.  
    Public Property Gets and sets whether double-click is enabled as a shortcut for Finish when sketching.  
    Public Property Gets and sets whether default values are initialized on a subtype change.  
    Public Property Gets and sets whether Deflection is the default direction constraint. Set to false for Absolute to be the default direction constraint.  
    Public Property Gets and sets whether Direction is the default constraint for input mode. Set to false for Distance to be the default constraint for input mode.  
    Public Property Gets and sets whether the editing toolbar is magnified.  
    Public Property Gets and sets whether newly added layers are editable by default.  
    Public PropertyGets and sets the time interval (in minutes) after which edits will be saved if AutomaticallySaveEdits is true and AutoSaveByTime is true.  
    Public Property Gets and sets whether edits are saved when saving project.  
    Public PropertyGets and sets the number of operations after which edits will be saved if AutomaticallySaveEdits is true and AutoSaveByTime is false.  
    Public Property Gets and sets whether the dialog to confirm deletes is displayed.  
    Public Property Gets and sets whether the dialog to confirm discard edits is displayed.  
    Public Property Gets and sets whether dynamic constraints are displayed in the map  
    Public Property Gets and sets whether the editing toolbar is visible.  
    Public Property Gets and sets whether feature symbology is displayed in the sketch.  
    Public Property Gets and sets whether the dialog to confirm save edits is displayed.  
    Public Property Gets and sets whether geometry is stretched proportionately when moving a vertex.  
    Public Property Gets and sets whether topology is stretched proportionately when moving a topology element.  
    Public Property Gets and sets the editing toolbar position.  
    Public Property Gets and sets the editing toolbar size.  
    Public Property Gets and sets the uncommitted attribute edits setting.  
    Public Property Gets and sets the uncommitted geometry edits setting.  
    Public Property Gets and sets whether feature linked annotation uses placement properties defined in the annotation class.  
    Public Property Gets and sets whether a warning is displayed when subtypes are changed.  
    Top
    Public Methods
     NameDescription
    Public Method Determines if the segment sketch symbol can be set.  
    Public Method Determines if the vertex sketch symbol can be set.  
    Public Method Gets the default segment sketching symbol information. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the default symbol information for a vertex while sketching. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the segment sketching symbol information. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the symbol for a vertex while sketching. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the segment sketch symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the symbol for a vertex while sketching. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also