Share

AcGsManager::destroyView Method

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.

Links

AcGsManager Class

Was this information helpful?