When I interact with existing ArcGIS Pro controls (such as button), I need to use pre-defined DAML values such as existing button control ids (ex: esri_mapping_fixedZoomInButton, esri_mapping_zoomFullButton) and application conditions (ex: esri_core_MapPane, esri_mapping_onlyFeatureLayersSelectedCondition).
Some of them are used in the following page:
ProGuide Ribbon, Tabs and Groups · Esri/arcgis-pro-sdk Wiki · GitHub
Is there any reference available that will list these pre-defined existing control IDs or application conditions?
Solved! Go to Solution.
Hi Shohei,
To add the ids to your project use the ArcGIS Pro SDK for .NET Utilities, Pro Generate DAML IDs utility. It is shown here. After you have run it, the ids will show up in Intellisense within a csharp or vb code window.
At 1.2 we will include a complete listing of DAML ids on the ArcGIS Pro SDK wiki
Hi Shohei,
To add the ids to your project use the ArcGIS Pro SDK for .NET Utilities, Pro Generate DAML IDs utility. It is shown here. After you have run it, the ids will show up in Intellisense within a csharp or vb code window.
At 1.2 we will include a complete listing of DAML ids on the ArcGIS Pro SDK wiki
Hi Charles
Thank you for your reply.
By running the utility, I’m now able to see the all available DAML ids.
Thank you!
Here's the reference page in the wiki:
ArcGIS Pro DAML ID Reference · Esri/arcgis-pro-sdk Wiki · GitHub