Share

AcGsManager::gsHighlightModel

C++

virtual AcGsModel* gsHighlightModel(
    AcGsGraphicsKernel* pKernel, 
    const AcDbDatabase* pDb
) const = 0;

Description

Gets the current display's highlight model that is associated with the specified database.

Parameters

Parameters Description
pKernel Input graphics kernel to use
pDb Input database

Returns

The highlight AcGsModel associated with the database.

Links

AcGsManager Class

Previous Class

AcGsManager2

History

AutoCAD 2025

Previously part of the AcGsManager2 class.

Was this information helpful?