public static IReadOnlyList<Element> SelectElements( MapView mapView, Geometry geometry, SelectionCombinationMethod method, bool isWhollyWithin )
Public Overloads Shared Function SelectElements( _ ByVal mapView As MapView, _ ByVal geometry As Geometry, _ Optional ByVal method As SelectionCombinationMethod, _ Optional ByVal isWhollyWithin As Boolean _ ) As IReadOnlyList(Of Element)
Parameters
- mapView
- geometry
- The selection geometry
- method
- Combination method used in selection operation
- isWhollyWithin
- This parameter only applies to 2D. Indicates whether only features that are completely within the geometry should be selected.