ArcGIS API for WPF - Library Reference
Densify Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Euclidian Class : Densify Method

geom
Geometry to densify.
maxSegmentLength
Maximum segment length in the geometry's linear unit.
Densifies a Polyline or Polygon along a straight line.

Syntax

Visual Basic (Declaration) 
Public Shared Function Densify( _
   ByVal geom As Geometry, _
   ByVal maxSegmentLength As Double _
) As Geometry
C# 
public static Geometry Densify( 
   Geometry geom,
   double maxSegmentLength
)

Parameters

geom
Geometry to densify.
maxSegmentLength
Maximum segment length in the geometry's linear unit.

Return Value

Densified geometry.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.