Revit 2025.3 API
Revit |
The document associated with the Revit link.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Document GetLinkDocument()
Public Function GetLinkDocument As Document
public: Document^ GetLinkDocument()
member GetLinkDocument : unit -> Document
Return Value
Document
Operations that require a transaction or modify the document's status in memory (such as Save and Close) cannot be performed on this document.
See Also