Page 1 of 1
DrawLineTypePattern
Posted: Sun May 31, 2020 9:01 am
by DenisSilveira
Is there a dll with "DrawLineTypePattern" function to show up ComboBox linetypes ?
Re: DrawLineTypePattern
Posted: Sun May 31, 2020 11:42 pm
by QuanNguyen
You mean: Linetype Manager?

- LinetypeManager.png (11.19 KiB) Viewed 5206 times
Re: DrawLineTypePattern
Posted: Mon Jun 01, 2020 5:38 am
by DenisSilveira
Yes. I need a dropdown box with linetypes inside a form. And function to redraw the box is DrawLineTypePattern, but I did not found it in DLLs.
Re: DrawLineTypePattern
Posted: Mon Jun 01, 2020 11:42 am
by DenisSilveira
Member:
Public Shared Function DrawLineTypePattern(ltypeID As Autodesk.AutoCAD.DatabaseServices.ObjectId, left As Integer, top As Integer, right As Integer, bottom As Integer) As System.IntPtr
Membro de Autodesk.AutoCAD.Internal.Utils
At Intellicad.Internal.Utils .... does not !
Re: DrawLineTypePattern
Posted: Mon Jun 01, 2020 6:00 pm
by QuanNguyen
Hi Denis,
Not sure but it seems that the function DrawLineTypePattern not available.
Re: DrawLineTypePattern
Posted: Wed Jun 03, 2020 4:42 am
by DenisSilveira
QuanNguyen wrote: ↑Mon Jun 01, 2020 6:00 pm
Hi Denis,
Not sure but it seems that the function DrawLineTypePattern not available.
I think so. Unfortunately.