TheSwamp

Code Red => .NET => Topic started by: xys1995 on October 28, 2016, 05:22:31 AM

Title: About the function Autodesk.AutoCAD.Internal.Utils.DrawLineTypePattern
Post by: xys1995 on October 28, 2016, 05:22:31 AM
I want to  display atuocad's LineType  in a form,and found a post,https://www.theswamp.org/index.php?topic=33256.msg388375#msg388375 (https://www.theswamp.org/index.php?topic=33256.msg388375#msg388375)
I had added reference to the file C:\Program Files (x86)\AutoCAD 2008\acmgdinternal.dll,but can't find  the Autodesk.AutoCAD.Internal.Utils.DrawLineTypePattern function,can anybody tell me which file should I reference.
also please see https://www.theswamp.org/index.php?topic=35366.msg405868#msg405868 (https://www.theswamp.org/index.php?topic=35366.msg405868#msg405868)
I use ACAD2008 and C#.
Title: Re: About the function Autodesk.AutoCAD.Internal.Utils.DrawLineTypePattern
Post by: gile on October 28, 2016, 05:47:41 AM
Hi,

If I remember well this API is only available on AutoCAD 2010 and later.
Title: Re: About the function Autodesk.AutoCAD.Internal.Utils.DrawLineTypePattern
Post by: xys1995 on October 29, 2016, 09:31:00 PM
thank you ,gile.