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

A semi-infinite line.

VBA class name:

AcadRay 

Create using:

ModelSpace.AddRay
PaperSpace.AddRay
Block.AddRay 

Access via:

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

Rays are commonly used as construction lines. A ray has a finite starting point and extends to infinity.

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

BasePoint

DirectionVector

Document

Handle

HasExtensionDictionary

Hyperlinks

Layer

Linetype

LinetypeScale

Lineweight

ObjectID

OwnerID

SecondPoint

TrueColor

Visible

Events

Modified  

 

   Comments?