Interface for AutoCAD entities with shadows. (Obsolete)
Supported Platforms: Windows only
AcadShadowDisplay
Object AcadShadowDisplay
VBA
Not applicable
VBA
Dim shadowObj As AcadShadowDisplay Set shadowObj = Document.ModelSpace.Item(0)
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
None |
This interface encapsulates the Shadow Display property shown in the Properties palette for shadow-enabled entities. Entities that can display shadows include 3D entities such as Acad3DSolid , Acad3DFace , and Acad3DPolyline . 2D entities, such as AcadLine , can display shadows only if they can have thickness and if their thickness is non-zero.