Densify curve geometries

603
4
11-26-2018 02:15 PM
MichaelPanlasigui
New Contributor III

When working with a Polygon or Polyline implemented as a Curve, I need to densify the shape to generate the points that go between the start/end points.  Does the ArcGIS Pro SDK have the equivalent of the ICurve interface that exists in ArcObjects?  Thanks.

4 Replies
JoshuaBixby
MVP Esteemed Contributor
AnnetteLocke
Esri Contributor

You can use GeometryEngine.DensifyByLength or GeometryEngine.DensifyByDeviation
ArcGIS Pro 2.2 API Reference Guide - DensifyByLength

ArcGIS Pro 2.2 API Reference Guide - DensifyByDeviation

MichaelPanlasigui
New Contributor III

This seems to be what I'm looking for.  Thank you.

0 Kudos
JoshuaBixby
MVP Esteemed Contributor

If someone's comment answers your question, please mark it as Correct so others know it has been answered.

0 Kudos