ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / EditingOptions Class


In This Topic
    EditingOptions Class Methods
    In This Topic

    For a list of all members of this type, see EditingOptions members.

    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