Share

AcDbEntity::setCastShadows

C++

virtual ACDBCORE2D_PORT void setCastShadows(
    bool newVal
);

Description

Sets the property to indicate whether the entity can cast shadows.

Parameters

Parameters Description
newVal Input boolean to indicate whether the entity can cast shadows

Links

AcDbEntity

Was this information helpful?