ImportInstanceReport
Query nodes for extracting detailed information from ImportInstanceReport objects, including link status, host levels, owner views, and workset data.
The ImportInstanceReport nodes provide comprehensive access to CAD Link and Import properties in Revit projects. These query nodes enable you to interrogate ImportInstance data including whether instances are linked or imported, their host levels, owner views, qualified paths, link status from the Revit API, and workset assignments. Use these nodes in conjunction with ImportInstance.ReportInstances to audit and manage CAD data across your project.
ImportInstance
Returns the ImportInstance which the report has evaluated.
Inputs
importInstanceReportImportInstanceReportOutputs
ImportInstanceImportInstanceFeatures
- Returns the wrapped ImportInstance from the report
User Guide

IsLinked
A query node which returns true if the ImportInstance is linked or false if it is imported.
Inputs
importInstanceReportImportInstanceReportOutputs
boolboolFeatures
- Returns true if the ImportInstance is linked otherwise returns false
User Guide

LevelHost
A query node which returns the Level Element of the ImportInstance or null if the instance is not hosted to a level.
Inputs
importInstanceReportImportInstanceReportOutputs
LevelLevelFeatures
- Returns the Level Element of the ImportInstance
User Guide

LinkStatus
A query node which returns the link status of the ImportInstance. The status is derived from the Revit API LinkedFileStatus enum values.
Inputs
importInstanceReportImportInstanceReportOutputs
stringstringFeatures
- Returns the link status of the ImportInstance
- Returns one of the following values: CanBeUpgraded, Imported, InClosedWorkset, Invalid, Loaded, LocallyUnloaded, NotFound, and Unloaded
- If the link derives from BIM 360, returns one of the following values: Uninitialized, LinkLoaded, LinkNotFound, LinkNotOpenable, LinkOpenAsHost, SameModelAsHost, SameCentralModelAsHost, LinkNotLoadedOtherError, LinkMayBeUpgraded, ExternalServerMissing, LinkExists, CouldNotChangeViewReference, UsedExisting
User Guide

OwnerView
A query node which returns a View Element if the ImportInstance has an owner view, otherwise returns null.
Inputs
importInstanceReportImportInstanceReportOutputs
ViewViewFeatures
- Returns the owner view of the ImportInstance or null if it has no owner view
User Guide

Path
Returns the path from the ImportInstance in the report if it is linked, otherwise returns an empty string if the instance is not linked, i.e. imported.
Inputs
importInstanceReportImportInstanceReportOutputs
stringstringFeatures
- Returns the qualified path to the ImportInstance if it is linked or an empty string if it is not linked
User Guide

WorksetName
A query node which returns the workset name of the ImportInstance.
Inputs
importInstanceReportImportInstanceReportOutputs
stringstringFeatures
- Returns the workset name of the ImportInstance
User Guide
