I am wondering if anyone might be able to provide some guidance on accessing methods/properties from an ArcGIS Explorer Extension addin.
Currently the addin is loaded when the applications runs, then it creates connections to a number of datasets.
Since i have a number of different addins that all reference the same data, i would like to create only a single connection to the data, hence the extension class.
What i am having troubles with is getting access to the extensions methods/properties from my other Addins.
Would anyone have any recommendations on how to potentially connect and obtain these items from an already loaded extensions addin?
Thanks