Hi,
We have a route and a polygon feature class with us. We need to generate points along the route (Lines) at specific distance, however We are not sure how we can achieve this using ArcGIS Pro SDK.
Can anyone please provide the basic sample(in C#) for the same.
We are looking for the following output/ result:
Red dots represents the points along the route.
Hello,
The GeometryEngine.QueryPoint method should meet your needs. See the following API documentation which contains a snippet.
https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic20262.html
Narelle