C++
virtual AcGsModel* getDBModel( AcGsGraphicsKernel & kernel ) = 0;
Description
This method retrieves the AcGsModel associated with the AutoCAD database and the speficied kernel.
Parameters
Parameters | Description |
---|---|
kernel | The graphics kernel to be used to query the resource. |
Returns
The AcGsModel associated with the AutoCAD database and the specified kernel.
Links
Previous Declaration
virtual AcGsModel * getDBModel() = 0;