AcDbExtents::AcDbExtents

C++
AcDbExtents(
    const AcDbExtents& src
);
Parameters
Parameters 
Description 
src 
Input another AcDbExtents object 
Description

Copy constructor. This initializes the newly constructed object to have the same minPoint and maxPoint as the object passed to it.

Links