Results 1 to 3 of 3

Thread: Image Names and Paths

  1. #1
    Member
    Join Date
    2002-07
    Posts
    11

    Question Image Names and Paths

    How do I get a list of all the Images in a drawing? For Each Image I need the name (as shown in the Image Manager) and the path to and name of the actual Image File.

    Currently I can get the path to and actual Image file name but I can't figure out how to get the Image name that shows up in the Image Manager.Anyone know how to do this? Please let me know. Thanks!

  2. #2
    100 Club
    Join Date
    2000-12
    Posts
    126

    Default Re: Image Names and Paths

    Two ways. In ActiveX, the name can be retrieved directly as a property of the Raster object. Without the object model, the name only appears as the IMAGEDEF entry within the dictionary "ACAD_IMAGE_DICT".
    There's a small article about accessing images here.

  3. #3
    Member
    Join Date
    2002-07
    Posts
    11

    Talking Re: Image Names and Paths

    Thanks! I will give this a shot.

Similar Threads

  1. Image Paths
    By NKramer in forum Revit Architecture - General
    Replies: 4
    Last Post: 2012-02-29, 10:43 PM
  2. How to Show All Xref File Paths & Names
    By BeKirra in forum AutoLISP
    Replies: 12
    Last Post: 2009-09-03, 11:37 PM
  3. Replies: 19
    Last Post: 2007-10-17, 03:11 PM
  4. Replies: 2
    Last Post: 2006-01-18, 02:34 PM
  5. image paths not saved
    By Statler in forum AutoCAD General
    Replies: 6
    Last Post: 2004-07-26, 02:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •