ArcGIS Runtime SDK for WPF - Library Reference
SimplifyAsync Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : SimplifyAsync 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 Sub SimplifyAsync( _
   ByVal graphics As IList(Of Graphic), _
   Optional 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.