Share Email Facebook Twitter LinkedIn Element.Document Property Returns the Document in which the Element resides.Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0) Syntax C# public Document Document { get; }Property ValueDocument RemarksAll elements are contained within a document. An element can be retrieved from this document by using the id that is returned by the element's id property. See AlsoReferenceElement ClassAutodesk.Revit.DB Namespace