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

geometries
A collection of points, multipoints, polylines or polygons. The input types cannot be mixed.
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 Function Union( _
   ByVal geometries As IList(Of Graphic) _
) As Geometry
C# 
public Geometry Union( 
   IList<Graphic> geometries
)

Parameters

geometries
A collection of points, multipoints, polylines or polygons. The input types cannot be mixed.

Return Value

Returns a single geometry from the multiple geometries.

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.