C++
virtual void setGsHighlightModel( AcGsGraphicsKernel* pKernel, const AcDbDatabase* pDb, AcGsModel* pModel ) = 0;
Description
Sets the association between the specified database and highlight model for the current display.
Parameters
Parameters | Description |
---|---|
pKernel | Input graphics kernel to use |
pDb | Input database to associate with highlight model |
pModel | Input highlight model to associate with database |
Remarks
The highlight model must have been created by the current display's graphics kernel.
Links
Previous Class
AcGsManager2
History
AutoCAD 2025
Previously part of the AcGsManager2 class.