One element definition in an MLINE style.

interface AcDbMlineStyleElement {
    color: AcCmColor;
    lineType: string;
    offset: number;
}

Properties

Properties

color: AcCmColor

Color definition for this element.

lineType: string

Linetype name for this element.

offset: number

Offset from the MLINE reference axis.