Share

AcDbDataCell::AcDbDataCell

C++

AcDbDataCell(
    const AcDbDataCell& rCell
);

Description

Copy constructor.

Creates a new AcDbDataCell object and initializes it with the type and value of rCell.

Parameters

Parameters Description
rCell Input AcDbDataCell object to copy

Links

AcDbDataCell

Was this information helpful?