Warning Data in Revit Lookup Tool?

Warning Data in Revit Lookup Tool?

Samuel.Arsenault-Brassard
Advocate Advocate
316 Views
2 Replies
Message 1 of 3

Warning Data in Revit Lookup Tool?

Samuel.Arsenault-Brassard
Advocate
Advocate

I use the Lookup tool to navigate behind the scenes in Revit, since I don't code.

 

I've looked for information on warnings for particular objects and I've peeked in the "Snoop DB" that shows "everything" in the Revit project, but cannot find anything related to warnings in selected elements or in the whole list.

 

Does the lookup tool expose the Warning information at all? If so, how can I access it? Thank you.

0 Likes
Accepted solutions (1)
317 Views
2 Replies
Replies (2)
Message 2 of 3

RPTHOMAS108
Mentor
Mentor
Accepted solution

Yes there is the API method Document.GetWarnings

 

To navigate to the Document object you'll have to use something other than Snoop DB i.e.:

 

Snoop Application, then pick Document from document set

Snoop Active View, then pick Document

Snoop Current Selection, then pick Document

 

310822b.PNG

 

 

 

Message 3 of 3

Samuel.Arsenault-Brassard
Advocate
Advocate

Thank you for the quick and helpful response! 🙏

0 Likes