Share

AcGsManager::getDBModel Method

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

AcGsManager Class

Previous Declaration

virtual AcGsModel * getDBModel() = 0;

Was this information helpful?