Share

AcDbMline

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbMline

C++

class AcDbMline : public AcDbEntity;

File

dbmline.h

Description

The AcDbMline class represents the AutoCAD MLINE entity. This multi-line entity allows the user to create a complex line with multiple parallel line parts, each with its own linetype. The space between these parallel lines can be filled if desired.

Links

AcDbMline Methods

See Also

AcDbObject, AcDbMlineStyle, AcGePoint3d, AcGeVector3d, AcDbExtents, AcGePlane, AcDbObjectId

Was this information helpful?