Message 1 of 1
sortents table issue

Not applicable
10-16-2007
03:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
im having trouble creating a sortents table, the error im getting is "AcDbClassName entry is not in the system register"
the code im using is
Dim DOrder as AcadSortentsTable
Set DOrder = ThisDrawing.ModelSpace.GetExtensionDictionary.AddObject("ACAD_SORTENTS", AcDbSortentsTable)
any and all help appreciated!
cheers
d
the code im using is
Dim DOrder as AcadSortentsTable
Set DOrder = ThisDrawing.ModelSpace.GetExtensionDictionary.AddObject("ACAD_SORTENTS", AcDbSortentsTable)
any and all help appreciated!
cheers
d