Select to view content in your preferred language

Having difficulty on generate points along a lines at defined distance using ArcGIS Pro SDK

721
1
08-25-2021 03:24 AM
by Anonymous User
Not applicable

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:

ShabinaBano_0-1629886721602.png

Red dots represents the points along the route.

 

0 Kudos
1 Reply
NarelleChedzey
Esri Contributor

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