Description
This .NET class wraps the Mline ObjectARX class.
The Mline 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.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.Mline
C#
public class Mline : Entity;
Visual Basic
Public Class Mline Inherits Entity
Links
Mline Methods, Mline Properties
See Also
DBObject, MlineStyle, Point3d, Vector3d, Extents3d, Plane, ObjectId