ArcGIS API for Windows Phone - Library Reference
SimplifyAsync(IList<Graphic>,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > SimplifyAsync Method : SimplifyAsync(IList<Graphic>,Object) Method

graphics
The graphics containing the geometry to simplify.
userToken
A user-defined object that is passed to the method invoked.
Alters the given geometries to make their definitions topologically legal with respect to their geometry type. Raises the SimplifyCompleted event on success, or the TaskBase.Failed event on failure.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SimplifyAsync( _
   ByVal graphics As IList(Of Graphic), _
   ByVal userToken As Object _
) 
C# 
public void SimplifyAsync( 
   IList<Graphic> graphics,
   object userToken
)

Parameters

graphics
The graphics containing the geometry to simplify.
userToken
A user-defined object that is passed to the method invoked.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.