C++
AcDbDataCell( const ACHAR * pChar );
Description
Creates an AcDbDataCell object with a type of kCharPtr and a null-terminated string value specified by the parameter pChar.
Parameters
Parameters | Description |
---|---|
pChar | Input null-terminated string value of the new AcDbDataCell object |