AcDbExtents::AcDbExtents

AcDbExtents(
    const AcDbExtents& src
);
Parameters
Parameters 
Description 
const AcDbExtents& 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