Share

MlineStyle Class

Description

This .NET class wraps the AcDbMlineStyle ObjectARX class.

MlineStyle class objects are used to store the information about the number, linetypes, and offsets of multi-line line patterns to be used by Mline 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).

MlineStyle objects are stored in the ACAD_MLINESTYLE dictionary within the Named Object Dictionary of Database.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.MlineStyle

Visual Basic

Public Class MlineStyle
Inherits DBObject

C#

public class MlineStyle : DBObject;

Links

MlineStyle Methods, MlineStyle Properties

See Also

Dictionary, Database

Was this information helpful?