codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  MLine 对象

多线,多重平行线。 (2006修改)

VBA 类名:

AcadMLine 

创建方法:

ModelSpace.AddMLine
PaperSpace.AddMLine
Block.AddMLine 

访问途径:

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item 

MLines 最多可由16条线组成。

要在图形中添加 MLine,可使用 AddMLine 方法。要编辑或查询 MLine,可使用以下方法和属性:

方法

ArrayPolar

ArrayRectangular

Copy

Delete

GetBoundingBox

GetExtensionDictionary

GetXData

Highlight

IntersectWith

Mirror

Mirror3D

Move

Rotate

Rotate3D

ScaleEntity

SetXData

TransformBy

Update  

属性

Application

Coordinates

Document

Handle

HasExtensionDictionary

Hyperlinks

Justification

Layer

Linetype

LinetypeScale

Lineweight

ObjectID

ObjectName

OwnerID

PlotStyleName

StyleName

TrueColor

Visible  

事件

Modified  

说明

该对象在 2006 版本中新增支持 Justification 属性。