Book a Demo

Author Topic: API Access to Alternate Image Library?  (Read 2084 times)

Shawn Stepper

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
API Access to Alternate Image Library?
« 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?