Geometry DensifyByAngle( Multipart multipart, double maxAngleDeviation )
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. If the input geometry is empty, then it is returned unchanged.