ArcGIS Pro 2.6 API Reference Guide
SelectFeatures Method

ArcGIS.Desktop.Mapping Namespace > MapView Class : SelectFeatures Method
The geometry used to select features that intersect it.
Combination method used in selection operation.
This parameter only applies to 3D. Indicates whether only features that visibly intersect the geometry should be selected.
This parameter only applies to 2D. Indicates whether only features that are completely within the geometry should be selected.
Select features that intersect a geometry. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

geometry
The geometry used to select features that intersect it.
method
Combination method used in selection operation.
isVisualIntersect
This parameter only applies to 3D. Indicates whether only features that visibly intersect the geometry should be selected.
isWhollyWithin
This parameter only applies to 2D. Indicates whether only features that are completely within the geometry should be selected.

Return Value

The map selection created by the intersection with the geometry.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
3D views only support selecting features interactively using geometry in screen coordinates relative to the top-left corner of the view.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members