I'm trying to scrape file dependencies for only those objects that contribute to the image (or layer, or whatever I pick).
Using
- Code: Select all
ix.application.copy(True)
My question is, how can I get that clipboard into some form or structure that allows me to use API methods on it - like an OfObjectSet?
I don't want to paste it into the project to do this.
PS, I also tried myImage.get_dependency_objects(objects, True)
But it doesn't give me dependencies, it gives dependents.
Many thanks!