An object comprising lines, arcs, and circles defined in an SHX file.
Supported Platforms: Windows only
AcadShape
Object AcadObject AcadEntity AcadShape
VBA
ModelSpace.AddShape PaperSpace.AddShape Block.AddShape
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
Before inserting a shape, you must load the file containing the desired shape. To load a shape file, use the LoadShapeFile method. To insert the shape into the drawing, use the AddShape method.