A solid-filled polygon.
Supported Platforms: Windows only
AcadSolid
Object AcadObject AcadEntity AcadSolid
VBA
ModelSpace.AddSolid PaperSpace.AddSolid Block.AddSolid
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
| Methods | Properties | Events | 
|---|---|---|
Solids are only filled when the FILLMODE system variable is on. To set or query a system variable, use the SetVariable and GetVariable methods, respectively.
To create a solid, use the AddSolid method.