ConstructAngleDistance

330
1
Jump to solution
02-23-2022 03:28 PM
JonathanDewalt
New Contributor III

Does anyone know the PRO SDK equivalent of the ArcObjects  IConstructPoint .ConstructAngleDistance function? 

0 Kudos
1 Solution

Accepted Solutions
NarelleChedzey
Esri Contributor

Hi Jonathon, 

 

You will need the ConstructPoinFromAngleDistance method on the GeometryEngine. See the following

https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic30155.html

 

If you're not already aware of how to work with the geometry API here's some additional content to help get you started. 

https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geometry

 

Thanks

Narelle

View solution in original post

1 Reply
NarelleChedzey
Esri Contributor

Hi Jonathon, 

 

You will need the ConstructPoinFromAngleDistance method on the GeometryEngine. See the following

https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic30155.html

 

If you're not already aware of how to work with the geometry API here's some additional content to help get you started. 

https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Geometry

 

Thanks

Narelle