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.
Is this what you are looking for: ArcGIS Pro 2.2 API Reference Guide - esriCurveDensifyMethod Enumeration
You can use GeometryEngine.DensifyByLength or GeometryEngine.DensifyByDeviation
ArcGIS Pro 2.2 API Reference Guide - DensifyByLength
This seems to be what I'm looking for. Thank you.
If someone's comment answers your question, please mark it as Correct so others know it has been answered.