This operation densifies geometries by plotting points between existing vertices.
Syntax
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