ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / GeometryEngine Class / DensifyByDeviation Method
The geometry to be densified.
The maximum distance in meters that the output geometry can deviate from the input geometry.

DensifyByDeviation Method (GeometryEngine)
Densifies the specified geometry.
Syntax
public Geometry DensifyByDeviation( 
   Geometry geometry,
   double maxDeviationMeters
)

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 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also