ArcGIS Runtime SDK for WPF - Library Reference
IntersectAsync Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : IntersectAsync Method

geometries
A collection of points, multipoints, polylines or polygons. The input types can be mixed.
geometry
A single geometry of any type.
userToken
The user token.
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

Visual Basic (Declaration) 
Public Sub IntersectAsync( _
   ByVal geometries As IList(Of Graphic), _
   ByVal geometry As Geometry, _
   Optional ByVal userToken As Object _
) 
C# 
public void IntersectAsync( 
   IList<Graphic> geometries,
   Geometry geometry,
   object userToken
)

Parameters

geometries
A collection of points, multipoints, polylines or polygons. The input types can be mixed.
geometry
A single geometry of any type.
userToken
The user token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.