Constructs the set-theoretic intersection between an collection of geometries and another geometry. Only the geometries of the collection that intersect will be returned.
Syntax
Parameters
- geometries
- A collection of points, multipoints, polylines or polygons. The input types can be mixed.
- geometry
- A single geometry of any type.
Return Value
Returns a collection of graphics that intersect with the geometry indicated from the parameters.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also