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)
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.