Share

AcDbDataCell::AcDbDataCell

C++

AcDbDataCell(
    const AcDbObjectId& id
);

Description

Creates an AcDbDataCell object with a type of kObjectId and an AcDbObjectId value specified by the parameter id.

The ID is treated in the same manner as an AcDbSoftPointerId.

Parameters

Parameters Description
id Input AcDbObjectId value of the new AcDbDataCell object

Links

AcDbDataCell

Was this information helpful?