We have several custom Add-ins that are used in our organization. Most of these are layer based, such as editing a certain layer. For example, we have an Add-in used to edit our zoning layer. Along with this Add-in is an ArcGIS Pro project that is only used to edit the zoning (contains the zoning layer, etc.). We also have an Add-in that is used to edit project boundaries for new subdivisions, again, this Add-in is used in a different ArcGIS Pro Project that's used to edit subdivision boundaries . Each of these Add-ins are set up to have their own tabs (not in the Add-n tab). My question is, is there a way to make these Add-in tabs project specific? Like when you open the zoning Pro project, you only see the zoning Add-tab and not the flood layer Add-in tab and vise versa?
Solved! Go to Solution.
Hi
You can use states and conditions to accomplish. Consult: ProGuide: Code Your Own States and Conditions
I have attached an addin that demonstrates this:
Please note how I have set the autoLoad attribute in DAML to true so that the addin code launches when Pro loads and a project opens.
Thanks
Uma
Hi
You can use states and conditions to accomplish. Consult: ProGuide: Code Your Own States and Conditions
I have attached an addin that demonstrates this:
Please note how I have set the autoLoad attribute in DAML to true so that the addin code launches when Pro loads and a project opens.
Thanks
Uma
Hi Uma,
Is it possible to move an addin tab to the first tab (i.e. ahead of all other built-in tabs, between the Project and Map tab)?
Thank you!