ArcGIS Runtime SDK for WPF - Library Reference
AutoCompleteAsync Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : AutoCompleteAsync 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.
userToken
The user token.
Executes the Auto Complete geometry service.

Syntax

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

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.
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.