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 }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.