I just created an add-in in Visual Studio using the wizard.It looks like the wizard created a class named ThisAddIn: /// <summary> /// A class for looking up declarative information in the associated configuration xml file (.esriaddinx). /// </summary> internal static class ThisAddIn {The class is in the file Config.Designer.cs.Is this what you were looking for?
MsgBox(My.ThisAddIn.Description & vbNewLine & My.ThisAddIn.Version & vbNewLine & My.ThisAddIn.Author)
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.