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

geometries
A collection of points, multipoints, polylines or polygons. The input types cannot be mixed.
userToken
The user token.
This operation constructs the set-theoretic union of the geometries in the input collection. All inputs must be of the same type.

Syntax

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

Parameters

geometries
A collection of points, multipoints, polylines or polygons. The input types cannot be mixed.
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.