Does anyone know the PRO SDK equivalent of the ArcObjects IConstructPoint .ConstructAngleDistance function?
Solved! Go to Solution.
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
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