Getting a list of all the files used by a project via API
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-09-09
04:44 AM
- last edited on
‎2023-08-02
05:00 PM
by
Doreena Deng
‎2012-09-09
04:44 AM
I can see that the Drawing Manager lists all the files being used by a project.
Is there an API call which returns the list of files being used?
Thanks for your help.
Is there an API call which returns the list of files being used?
Thanks for your help.
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-09-10 09:38 PM
‎2012-09-10
09:38 PM
GDefina wrote:Not sure what you mean - do you want information about hot-linked files?
I can see that the Drawing Manager lists all the files being used by a project.
Is there an API call which returns the list of files being used?
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2012-09-11 12:27 AM
‎2012-09-11
12:27 AM
Thanks Ralph. I'm after a list of all the files associated with a project. When you look at Drawing Manager you get it. This is all external content - so far I've found that the ones I'm looking for are in Drawing objects, so I'm progressing with the other topic on accessing all objects from all databases. It seems if I iterate through all the databases and all the drawing objects of them, then I can compile a list of the external content.
Originally I thought these were hotlinks but, at least in files I'm working with, they are drawing objects.
Originally I thought these were hotlinks but, at least in files I'm working with, they are drawing objects.