ArcGIS Pro 2.6 API Reference Guide
DensifyByDeviation Method (IGeometryEngine)

ArcGIS.Core.Geometry Namespace > IGeometryEngine Interface : DensifyByDeviation Method
The geometry to be densified.
The maximum distance in meters that the output geometry can deviate from the input geometry.
Densifies the specified geometry.
Syntax
Function DensifyByDeviation( _
   ByVal geometry As Geometry, _
   ByVal maxDeviationMeters As Double _
) As Geometry

Parameters

geometry
The geometry to be densified.
maxDeviationMeters
The maximum distance in meters that the output geometry can deviate from the input geometry.

Return Value

Returns the densified geometry.
Exceptions
ExceptionDescription
Geometry is null or empty.
The method is not implemented for GeometryBag or Multipatch.
Remarks
The densify operation adds vertices to the input geometry.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

IGeometryEngine Interface
IGeometryEngine Members