Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Shawn Stepper on October 31, 2009, 06:11:59 am
-
Is there any way to access the Alternate Image Library through the API? I couldn't find any documentation on it. I want to programatically remove all images from the library that are not being used in any diagrams in the model.
I have found the following:
- Image library is in the t_image database table
- Alternate images are specified by ImageID= in the ObjectStyle column in the t_diagramobjects table
I should be able to reconcile these two lists, but how can I get a collection of images from t_image?