Extents of a drawing using C Sharp

Top  Previous  Next

If you have the database simply use:

 

   Point3d DwgMax = db.Extmax;

  Point3d DwgMin = db.Extmin;

 

OK?