Message 1 of 11
Not applicable
05-25-2012
03:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How would I Reload a linetype... the linetype already exists in the drawing...
But I want to update the linetype defintition.
This doesn't work.
I need to open the linetyperecord... but what do I use to reload or re-define the linetablerecord.
Dim db As Database = ActiveDrawing.Database
Dim ed As Editor = editor
Const filename As String = "SFR_LINETYPES.lin"
Try
Dim path As String = HostApplicationServices.Current.FindFile(filename, db, FindFileHint.Default)
db.LoadLineTypeFile("*", path)
Solved! Go to Solution.

