Share

AcDbXline

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbCurve
                    AcDbXline

C++

class AcDbXline : public AcDbCurve;

File

dbxline.h

Description

The AcDbXline class represents the XLINE entity type within AutoCAD. An xline entity is a line that extends to infinity in both directions.

Links

AcDbXline Methods

See Also

AcDbEntity, AcDbObject, AcGePoint3d, AcGeVector3d

Was this information helpful?