DrawingSet.Extents property

AutoCAD Map 3D ActiveX

DrawingSet.Extents property

Read Only

Extents As Variant

Returns the extents of all active drawings.

Returns coordinates as an array of four Doubles in the following order: MinX, MinY, MaxX, MaxY. The extents of the drawing set is the smallest rectangle that encompasses all the objects in all the attached and active drawings. (MinX, MinY) is the lower-left corner, and (MaxX, MaxY) is the upper right.