RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Element

Element.Document

Property
Description:
Returns the Document in which the Element resides.
Remarks:
All 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.
Syntax
public Document Document { get; }