I've created a C# AddIn that looks up an image path from a tagged value and displays the image in a dockable window. The image in the window changes when different elements are selected.
Now, I'd like to do the same, or similar, within a Model Addin. I can see how to add groups and text fields but not an image.
1) Is it possible in a Model Addin?
2) How can it be done?
My thoughts are there's an XML property of type=image. Perhaps I can use an image asset to link into that XML. Perhaps I can load the image from a local directory as I did with the C# addin.
Best Wishes,
Matt.