Get Tagged Linked Element Id

In Revit, Tags may reference elements in the current Document, or they may reference an element in a Linked document. There are a number of useful properties that can be obtained from a Tag that references a Linked document. This node returns a list with sublists which include the source element Id, and information needed to determine which document the element resides in.

Get Worksets with all Properties

This node attempts to get all useful properties from the Worksets in the current Revit document, including:

· The internal workset element

· Workset Ids

· Workset Names

· If the Workset is open or not (Boolean)

· If the Workset is visible by default or not (Boolean)

· If the Workset is the default Workset (typically Workset1, again a Boolean result)

The output is multiple lists of matching length. This node was based on a similar one in the archi-lab package.