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...