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.
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.MlineStyle
Public Class MlineStyle Inherits DBObject
public class MlineStyle : DBObject;
Dictionary, Database
Comments? |