C++
AcBrEntity( const AcBrEntity& src );
Description
Copy constructor (protected). Used by derived class copy constructors to copy the base class portion of an AcBrEntity-derived object.
Parameters
Parameters | Description |
---|---|
src | Another AcBrEntity object |