| Revit 2019.1 API |
| BaseExportOptions..::..GetExportPatternTable Method |
| BaseExportOptions Class See Also |
Gets a copy of the pattern table.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.1.0.0)
Since:
2014
Syntax
| C# |
|---|
public ExportPatternTable GetExportPatternTable() |
| Visual Basic |
|---|
Public Function GetExportPatternTable As ExportPatternTable |
| Visual C++ |
|---|
public: ExportPatternTable^ GetExportPatternTable() |