codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  Shape object

An object comprising lines, arcs, and circles defined in an SHX file.

VBA class name:

AcadShape 

Create using:

ModelSpace.AddShape
PaperSpace.AddShape
Block.AddShape 

Access via:

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.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

ArrayPolar

ArrayRectangular

Copy

Delete

GetBoundingBox

GetExtensionDictionary

GetXData

Highlight

IntersectWith

Mirror

Mirror3D

Move

Rotate

Rotate3D

ScaleEntity

SetXData

TransformBy

Update

Properties

Application

Document

Handle

HasExtensionDictionary

Height

Hyperlinks

InsertionPoint

Layer

Linetype

LinetypeScale

Lineweight

Name

Normal

ObjectID

ObjectName

ObliqueAngle

OwnerID

PlotStyleName

Rotation

ScaleFactor

Thickness

TrueColor

Visible

Events

Modified  

 

   Comments?