Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Exporting Sheets from a list of Projects

0 REPLIES 0
Reply
Message 1 of 1
fiaazmd
200 Views, 0 Replies

Exporting Sheets from a list of Projects

Hi,

i was trying to export sheets from multiple .RVT projects.

When i tried set the minimized document's active view as as view sheet and export that , I got an exception "SEHException crossed a native/managed boundary". My code exports sheets only whose active document is not null.

But i need to export currently opened all .RVT projects.

I attempted to change the active in this way and got problem. Plz suggest any ideas.

 void SetActiveView(ViewSheet vs)
        {
            try
            {
                ApplicationData.Doc.ActiveView = vs;
            }
            catch (Exception)
            {

            }
        }

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report


Autodesk Design & Make Report