Share

AcDbDataCell::AcDbDataCell

C++

AcDbDataCell(
    const AcDbHardOwnershipId& hoId
);

Description

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

Parameters

Parameters Description
hoId Input AcDbHardOwnershipId value of the new AcDbDataCell object

Links

AcDbDataCell

Was this information helpful?