Revit 2026 API
Geometry |
Gets the document that contains the symbol of this instance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Document GetDocument()
Public Function GetDocument As Document
public: Document^ GetDocument()
member GetDocument : unit -> Document
Return Value
DocumentReturns the document that contains the symbol of this instance.
See Also