C++
Acad::ErrorStatus createTemplate( AcDbTableTemplate*& pTemplate, AcDb::TableCopyOption nCopyOption );
Description
Captures the table contents to a template. The table copy options can be passed to specify what to capture.
Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
Parameters
| Parameters | Description |
|---|---|
| pTemplate | Output template |
| nCopyOption | Input table copy option |