public void SelectElements( Geometry geometry, SelectionCombinationMethod method, bool isWhollyWithin )
Public Sub SelectElements( _ ByVal geometry As Geometry, _ ByVal method As SelectionCombinationMethod, _ ByVal isWhollyWithin As Boolean _ )
Parameters
- geometry
- The selection geometry
- method
- Combination method used in selection operation
- isWhollyWithin
- True to only select elements within the selection geometry (and not intersecting it)