Autodesk.AutoCAD.DatabaseServices Namespace > Ray Class
Ray Class
Description

 

This .NET class wraps the AcDbRay ObjectARX class. 

The Ray class represents the RAY entity type within AutoCAD. 

A ray entity is a line that has a start point, but continues on to infinity in some direction.

Class Hierarchy
Visual Basic
Public Class Ray
Inherits Curve
C#
public class Ray : Curve;
Links
See Also

DBObject, Entity, Point3d, Vector3d

   Comments?