Revit 2025.3 API
Base |
Gets a copy of the pattern table.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ExportPatternTable GetExportPatternTable()
Public Function GetExportPatternTable As ExportPatternTable
public: ExportPatternTable^ GetExportPatternTable()
member GetExportPatternTable : unit -> ExportPatternTable
Return Value
ExportPatternTableThe pattern table.
See Also