ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / SelectionOptions Class
Properties Methods


In This Topic
    SelectionOptions Class Members
    In This Topic

    The following tables list the members exposed by SelectionOptions.

    Public Properties
     NameDescription
    Public Property Gets the default selection color.  
    Public Property Gets the default selection fill color.  
    Public Property Gets the default search tolerance in device units.  
    Public Property Gets the value indicating whether click tolerance is enabled.  
    Public Property Gets if the selection fill is hatched.  
    Public Property Gets a value indicating whether to keep invisible features selected with a new selection.  
    Public Property Gets a value indicating whether to save layer and standalone table selection with maps.  
    Public Property Gets the selection color.  
    Public Property Gets the selection fill color. A null value indicates that no color is applied to polygon interiors.  
    Public Property Gets the search tolerance in device units.  
    Public Property Gets a value indicating whether to display the Selection Chip, when coincident or overlapping features are selected.  
    Public Property Gets a value indicating whether to display the selection graphic during selection.  
    Top
    Public Methods
     NameDescription
    Public Method Sets the value indicating whether click tolerance is enabled. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets a value indicating whether to keep invisible features selected with a new selection. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets a value indicating whether to save layer and standalone table selection with maps. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the selection color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the selection fill color. Use this in conjunction with SetSelectionFillIsHatched to set solid or hatched fills as appropriate. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodSets the selection fill to be hatched or solid. Use this in conjunction with SetSelectionFillColor. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the search tolerance in device units. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets a value indicating whether to display the Selection Chip, when coincident or overlapping features are selected. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets a value indicating whether to display the selection graphic during selection. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the selection combination mode.
    Public Extension Method Gets the selection method.
    Public Extension Method Sets the selection combination mode. This method must be called on the MCT. Use QueuedTask.Run.
    Public Extension Method Sets the SelectionMethod. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also