C++
virtual AcGsView* createAutoCADViewport( AcGsGraphicsKernel & kernel, AcDbViewportTableRecord * pVTR ) = 0;
Description
This method creates an AcGsView using the specified kernel and viewport table record.
Parameters
Parameters | Description |
---|---|
kernel | The graphics kernel to be used to create the resource. |
pVTR | The view table record to be associated with the view. |
Returns
The new AcGsView.
Links
Previous Declaration
virtual AcGsView * createAutoCADViewport(
AcDbViewportTableRecord * vp
) = 0;