Select to view content in your preferred language

ArcGIS Pro SDK for QT

337
1
Jump to solution
04-07-2024 10:22 PM
AnkitaDey
New Contributor

Offline map packages can be downloadable for arcgis sdk 200.2 for Qt creator ??

Header files related to graphic display such as SimpleMarkerSymbolStyle.h, seems not be included even when I am trying to include, throws error saying "header file not available", related header files ArcgisRuntimeEnvironment.h and SimpleMarkerSymbol.h are included and working. Should I reinstalled the sdk version or it is not supported in qt 6.6.2 version ??

0 Kudos
1 Solution

Accepted Solutions
bnoble0110
Esri Contributor

Hey @AnkitaDey 

I think what you are looking for is `SymbolTypes.h`, in there you'll find the `SimpleMarkerSymbolStyle` enum class.

Let me know if that helps or if you need anything else.

View solution in original post

1 Reply
bnoble0110
Esri Contributor

Hey @AnkitaDey 

I think what you are looking for is `SymbolTypes.h`, in there you'll find the `SimpleMarkerSymbolStyle` enum class.

Let me know if that helps or if you need anything else.