Share

acgsSetGsHighlightModel

C++

ACCORE_PORT void acgsSetGsHighlightModel(
    AcGsGraphicsKernel* pKernel, 
    const AcDbDatabase* pDb, 
    AcGsModel* pModel
);

File

acgs.h

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. This is a convenience wrapper for AcGsManager::setGsHighlightModel().

Was this information helpful?