Shape object |
An object comprising lines, arcs, and circles defined in an SHX file.
VBA class name: |
AcadShape |
---|---|
Create using: |
ModelSpace.AddShape |
Access via: |
ModelSpace.Item |
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. To edit or query a shape, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |