ArcGIS Pro 2.6 API Reference Guide
DensifyByAngle Method (GeometryEngine)

ArcGIS.Core.Geometry Namespace > GeometryEngine Class : DensifyByAngle Method
The multipart to be densified. If the input multipart is empty, then it is returned unchanged.
The maximum angle in radians that the output geometry can deviate from the input geometry. If the specified maximum angle is less than zero, then the default value of PI / 18 is used. If it is equal to zero, then the default value of 2 * xyResolution * 100 is used. The xyResolution is obtained from the spatial reference of the input geometry. If it is NaN, then the input geometry is returned unchanged.
Densifies the specified geometry.
Syntax
Public Function DensifyByAngle( _
   ByVal multipart As Multipart, _
   ByVal maxAngleDeviation As Double _
) As Geometry

Parameters

multipart
The multipart to be densified. If the input multipart is empty, then it is returned unchanged.
maxAngleDeviation
The maximum angle in radians that the output geometry can deviate from the input geometry. If the specified maximum angle is less than zero, then the default value of PI / 18 is used. If it is equal to zero, then the default value of 2 * xyResolution * 100 is used. The xyResolution is obtained from the spatial reference of the input geometry. If it is NaN, then the input geometry is returned unchanged.

Return Value

Returns the densified geometry.
Exceptions
ExceptionDescription
The input multipart is null.
Remarks
The densify operation adds vertices to the input geometry.The densify operation adds vertices to the input geometry.

GeometryEngine DensifyByLength

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

GeometryEngine Class
GeometryEngine Members