AcDbDataCell::AcDbDataCell

AcDbDataCell(
    const ACHAR * pChar
);
Parameters
Parameters 
Description 
const ACHAR * pChar 
Input null-terminated string value of the new AcDbDataCell object 
Description

Creates an AcDbDataCell object with a type of kCharPtr and a null-terminated string value specified by the parameter pChar

 

Links