BaseExportOptions.GetExportPatternTable Method

BaseExportOptionsGetExportPatternTable Method

Gets a copy of the pattern table.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ExportPatternTable GetExportPatternTable()
Public Function GetExportPatternTable As ExportPatternTable
public:
ExportPatternTable^ GetExportPatternTable()
member GetExportPatternTable : unit -> ExportPatternTable 

Return Value

ExportPatternTable
The pattern table.
See Also