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