... in Autocad LDD. I have a Project with already defined set of tag labels and I need to reset them so the new items do not mix with existing. I can not to start any new Project. Maybe you know where phisicaly ACAD keeps the file with tags labels?
Any help is welcome!
(-:
AutoCAD Land Development Desktop 2i it's what I use and try to access from VB. BUT the preaty easy code like:
Set ACAD = GetObject(, "AutoCAD.Application")
Set app = ACAD.GetInterfaceObject("AutoCAD.Application")
ParcelNumb = app.ActiveProject.Parcels.Count
... takes...