Share

AcDbMlineStyle

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbMlineStyle

C++

class AcDbMlineStyle : public AcDbObject;

File

dbmstyle.h

Description

AcDbMlineStyle class objects are used to store the information about the number, linetypes, and offsets of multi-line line patterns to be used by AcDbMline entities.

An mline style consists of a series of elements, each of which is a line at a given offset from an axis (there may or may not be an element on the axis).

AcDbMlineStyle objects are stored in the ACAD_MLINESTYLE dictionary within the Named Object Dictionary of AcDbDatabase.

Links

AcDbMlineStyle Methods

See Also

AcDbMline, AcDbDictionary, AcDbDatabase

Was this information helpful?