In the AutoCAD.NET API, when you open a drawing, you can get extents using the EXTMAX and EXTMIN environment variables. However, these variables do not give the correct values โโunless you have an open drawing. How do you get the same extents without opening a drawing (AKA using a database)?
source
share