Is there a way to programmatically access the version number that I have assigned to my Add-in for ArcGIS Pro?
You can use the ArcGIS.Desktop.Framework.AddInInfo class for this.
Thanks. I think that this is basically what I need to do:
var addins = FrameworkApplication.GetAddInInfos(); foreach(var addin in addins) { // addin.Version }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.