Share

AcAxEnableShadowDisplay

C++

HRESULT AXAUTOEXP AcAxEnableShadowDisplay(
    AcAxObjectRef& objRef, 
    bool* pEnabled
);

File

axboiler.h

Description

Sets an object's shadow display by its ref.

Parameters

Parameters Description
objRef Input object ref
pEnabled Input shadow display value

Was this information helpful?