public Dictionary<Layer,List<long>> SelectFeaturesEx( Geometry geometry, SelectionCombinationMethod method, bool isVisualIntersect, bool isWhollyWithin )
Public Function SelectFeaturesEx( _ ByVal geometry As Geometry, _ Optional ByVal method As SelectionCombinationMethod, _ Optional ByVal isVisualIntersect As Boolean, _ Optional ByVal isWhollyWithin As Boolean _ ) As Dictionary(Of Layer,List(Of Long))
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.