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 }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.