C++
AcDbGripData( const AcDbGripData& );
Description
A copy constructor.
It copies the grip point, function pointers, and tooltip string from src and allocates memory for the tooltip string.
Parameters
| Parameters | Description |
|---|---|
| src | Source AcDbGripData object |