Share

acgsDrawableCached Function

C++

ACCORE_PORT Adesk::Boolean acgsDrawableCached(
    AcGsGraphicsKernel* pKernel, 
    AcGiDrawable* pDrawable
);

File

acgs.h

Description

Query the graphics system (GS) for cached graphics status of the specified AcGiDrawable.

Parameters

Parameters Description
pKernel Input graphics kernel to use.
pDrawable Input drawable.

Returns

true if GS has cached graphics for specified drawable, false otherwise.

Was this information helpful?