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

graphics
The collection of Geometry to be densified. All geometries are assumed to be in the coordinate system SpatialReference.
parameters
Parameters contains additional properties that defines how the densify task will be preformed.
This operation densifies geometries by plotting points between existing vertices.

Syntax

Visual Basic (Declaration) 
Public Function Densify( _
   ByVal graphics As IList(Of Graphic), _
   ByVal parameters As DensifyParameters _
) As IList(Of Graphic)

Parameters

graphics
The collection of Geometry to be densified. All geometries are assumed to be in the coordinate system SpatialReference.
parameters
Parameters contains additional properties that defines how the densify task will be preformed.

Return Value

Returns a graphic collection of geometries after the more points have been added between existing points. The number of points added are determined by DensifyParameters.MaxSegmentLength and DensifyParameters.LengthUnit properties of the DensifyParameters class.

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.