ArcGIS API for WPF - Library Reference
Simplify Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : Simplify Method

graphics
The graphics containing the geometry to simplify.
Alters the given geometries to make their definitions topologically legal with respect to their geometry type.

Syntax

Visual Basic (Declaration) 
Public Function Simplify( _
   ByVal graphics As IList(Of Graphic) _
) As IList(Of Graphic)
C# 
public IList<Graphic> Simplify( 
   IList<Graphic> graphics
)

Parameters

graphics
The graphics containing the geometry to simplify.

Return Value

Returns a collection of the simplified geometries.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.