C++
virtual void destroyView( AcGsView*, AcDbViewportTableRecord* pVTR = nullptr ) = 0;
Description
Destroy the specified AcGsView. Corresponds to createView() and createViewport(). Specified AcGsView is removed from associated AcGsDevice. Specified View Table Record is disassociated but not destroyed by this call.
Parameters
| Parameters | Description |
|---|---|
| pVTR | [Optional] Associated view table record. Not destroyed by this function |
| pView | Input view to be destroyed. |
Returns
The AcGsModel associated with the current AutoCAD database and the specified kernel.