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

polygons
The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
polylines
An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
Executes the Auto Complete geometry service.

Syntax

Visual Basic (Declaration) 
Public Function AutoComplete( _
   ByVal polygons As IList(Of Graphic), _
   ByVal polylines As IList(Of Graphic) _
) As IList(Of Graphic)
C# 
public IList<Graphic> AutoComplete( 
   IList<Graphic> polygons,
   IList<Graphic> polylines
)

Parameters

polygons
The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
polylines
An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.

Return Value

Returns a graphic collection that contains the newly created polygons based on the sides of existing polygons.

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.