Share

AcDbEntity::setReceiveShadows

C++

virtual ACDBCORE2D_PORT void setReceiveShadows(
    bool newVal
);

Description

Sets the property indicating whether this entity can receive shadows.

Parameters

Parameters Description
newVal Input boolean to indicate whether this entity can receive shadows

Links

AcDbEntity

Was this information helpful?