ElementNodeDocument Property

Gets the document associated with the element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Document Document { get; }

Property Value

Document
Remarks
The document is in read-only state. Transactions are not allowed in it.
See Also