HI - I have been thrown into an AutoCAD project at the last minute. I have two questions. 1) Does Autodesk provide any API documentation? I can not find it anywhere. 2) Here is what I am working on. I need to get all the raster images attached to the drawing (JPEGS). Currently the app is looping through the paperSpace collection. This seems a bit much to loop through thousands of items to find two JPEGS. I see there is a dictionary of images but that holds rasterImageDef's. I can't seem to cast these references to rasterImage objects so I can get the image file name. Any help is much appreciated.