public SelectionSet GetFeatures( Geometry geometry, bool visualIntersect, bool whollyWithin )
Public Function GetFeatures( _ ByVal geometry As Geometry, _ Optional ByVal visualIntersect As Boolean, _ Optional ByVal whollyWithin As Boolean _ ) As SelectionSet
Parameters
- geometry
- The geometry used to identify features that intersect it.
- visualIntersect
- Indicates whether only features that visibly intersect the geometry should be returned.
- whollyWithin
- This parameter only applies to 2D. Indicates whether only features that are completely within the geometry should be returned.
Return Value
The collection of layers and object ids that intersect the geometry.