Share

AcDbDataCell::AcDbDataCell

C++

AcDbDataCell(
    const AcDbSoftOwnershipId& soId
);

Description

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

Parameters

Parameters Description
soId Input AcDbSoftOwnershipId value of the new AcDbDataCell object

Links

AcDbDataCell

Was this information helpful?