Revit 2025.3 API
Geometry |
Gets the document that contains the symbol of this instance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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