C++
ACCORE_PORT AcGsModel* acgsGetGsHighlightModel( AcGsGraphicsKernel* pKernel, const AcDbDatabase* pDb );
File
acgs.h
Description
Gets the current display's highlight AcGsModel that is associated with the specified AcDbDatabase.
Parameters
| Parameters | Description |
|---|---|
| pKernel | Input graphics kernel to use |
| pDb | Input database |
Returns
The highlight model associated with the database.
Remarks
This is a convenience wrapper for AcGsManager::gsHighlightModel().