Share

acgsGetGsModel Function

C++

ACCORE_PORT AcGsModel* acgsGetGsModel(
    AcGsGraphicsKernel* pKernel, 
    const AcDbDatabase* pDb
);

File

acgs.h

Description

Gets the current display's AcGsModel that is associated with the specified AcDbDatabase.

Parameters

Parameters Description
pKernel Input graphics kernel to use.
pDb Input database.

Returns

The model associated with the database.

Remarks

This is a convenience wrapper for AcGsManager::gsModel().

Was this information helpful?