'****************************************************** '名称:LwpTo2DPL '作者:罗简单 '日期:2008-7-26 '功能:将单个多段线转换为二维多段线 '****************************************************** Public Sub LwpTo2DPL(pLwp As AcadLWPolyline) ThisDrawing.SendCommand "ConvertPoly H "
Dim strCmd As String strCmd = "(Handent""" & pLwp.Handle & """)"
ThisDrawing.SendCommand strCmd & " " ThisDrawing.SendCommand " " End Sub