Autodesk.AutoCAD.DatabaseServices Namespace > Mline Class
Mline Class
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
Visual Basic
Public Class Mline
Inherits Entity
C#
public class Mline : Entity;
Links
See Also

DBObject, MlineStyle, Point3d, Vector3d, Extents3d, Plane, ObjectId

   Comments?