I am trying to use the sectorGeodesic method in GeometryEngine. GeodesicSectorParameters is the argument. The file GeodesicSectorParameters.h appears to be missing.
I am using ArcGIS Runtime SDK for Qt on Windows. Version 100.10
How do I get the file?
Solved! Go to Solution.
Hi @DMHarris ,
The GeodesicSectorParameters class itself is declared within the GeometryEngine.h header. It is a bit inconsistent with the rest of the API, apologies for that.
Please let me know if that helps.
Hi @DMHarris ,
The GeodesicSectorParameters class itself is declared within the GeometryEngine.h header. It is a bit inconsistent with the rest of the API, apologies for that.
Please let me know if that helps.
Thank you, James.