Message 1 of 3
Set differen viewport for saveAsImageFile method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to change the "viewport" reference of the "app.activeViewport.saveAsImageFile" method?
Essentially want to create thumbnail's of a bunch of views triggered by another event. The code works perfectly for activeViewport but I can't find an api reference for viewport control that is not tied to the active view.
I've seen some reference to camera control but that seems to be for modifying the activeViewport still.