ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SelectionEnvironment Class
Properties Methods


In This Topic
    SelectionEnvironment Class Members
    In This Topic

    The following tables list the members exposed by SelectionEnvironment.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the selection combination mode.  
    Public Propertystatic (Shared in Visual Basic) Gets the default selection color.  
    Public Propertystatic (Shared in Visual Basic) Gets the default highlight selection color.  
    Public Propertystatic (Shared in Visual Basic) Gets the default selection fill color.  
    Public Propertystatic (Shared in Visual Basic) Gets whether the default selection fill color (if any) will be hatched.  
    Public Propertystatic (Shared in Visual Basic) Gets a value indicating whether to keep invisible features selected with a new selection.  
    Public Propertystatic (Shared in Visual Basic) Gets a value indicating whether to save layer and standalone table selection with maps.  
    Public Propertystatic (Shared in Visual Basic) Gets the selection method.  
    Public Propertystatic (Shared in Visual Basic) Gets the search tolerance in device units.  
    Public Propertystatic (Shared in Visual Basic) Gets a value indicating whether to display the Selection Chip, when coincident or overlapping features are selected.  
    Public Propertystatic (Shared in Visual Basic) Gets a value indicating whether to display the selection graphic during selection.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Sets the selection combination mode. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Sets the default selection color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Sets the default highlight selection color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Sets the default highlight selection color.  
    Public Methodstatic (Shared in Visual Basic) Sets the default selection fill color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Sets the default selection fill color. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Sets whether the default selection fill color (if any) will be hatched or solid. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Sets whether the default selection fill color (if any) will be hatched or solid.  
    Public Methodstatic (Shared in Visual Basic) 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 Methodstatic (Shared in Visual Basic) 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 Methodstatic (Shared in Visual Basic) Sets the SelectionMethod. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Sets the search tolerance in device units. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) 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 Methodstatic (Shared in Visual Basic) Sets a value indicating whether to display the selection graphic during selection. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also