Share

AcAxEnableShadowDisplay

C++

HRESULT AXAUTOEXP AcAxEnableShadowDisplay(
    AcDbObjectId& objId, 
    bool* pEnabled
);

File

axboiler.h

Description

Sets an object's shadow display by its ID.

Parameters

Parameters Description
objId Input object's ID.
pEnabled Input shadow display value.

Was this information helpful?