Visual Basic (Declaration) | |
---|---|
Public Function Densify( _ ByVal graphics As IList(Of Graphic), _ ByVal parameters As DensifyParameters _ ) As IList(Of Graphic) |
C# | |
---|---|
public IList<Graphic> Densify( IList<Graphic> graphics, DensifyParameters parameters ) |
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.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family