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

A 2D solid line of specified width.

VBA class name:

AcadTrace 

Create using:

ModelSpace.AddTrace
PaperSpace.AddTrace
Block.AddTrace 

Access via:

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item 

The endpoints of a trace are always on the centerline and are always cut square. AutoCAD automatically calculates the correct bevels for connection to adjacent trace segments.

Traces are solid-filled when the Fill mode is on. When the Fill mode is off, only the outline of a trace appears. To set the Fill mode, use the system variable FILLMODE. The system variable TRACEWID stores the current width used for a Trace object. To query a system variable, use the GetVariable method. To set a system variable, use the SetVariable method.

To create a trace, use the AddTrace method. To edit or query a trace, 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

Coordinate

Coordinates

Document

Handle

HasExtensionDictionary

Layer

Linetype

LinetypeScale

Lineweight

Normal

ObjectID

ObjectName

OwnerID

PlotStyleName

Thickness

TrueColor

Visible

Events

Modified  

 

   Comments?